From cb7a1d3e7e4c82fcf8ae93fe8544e4e453cd303c Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Sat, 11 Apr 2020 23:58:52 +0200
Subject: [PATCH] updated gitlab-ci

---
 .gitlab-ci.yml        |  2 +-
 presentation/intro.md | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ec090c..68e5092 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ build_only:
   script:
     - make
     - make deploy
-    - rsync -avz prog_seq malaspinas@129.194.185.180:/www/
+    - rsync -avz prog_seq ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
 
 
 build_artifacts:
diff --git a/presentation/intro.md b/presentation/intro.md
index 36e41b4..6fff6e5 100644
--- a/presentation/intro.md
+++ b/presentation/intro.md
@@ -1,7 +1,9 @@
 ---
-title: Tech Lunch - Intro à Rust
-author: Orestis Malaspinas
-date: 25 janvier 2019
+# title: Tech Lunch - Intro à Rust
+title: Intro à Rust
+# author: Orestis Malaspinas
+# date: 25 janvier 2019
+date: 14 mai 2019
 sansfont: Sans Serif
 pdfMaxPagesPerSlide: 
 	1
@@ -16,7 +18,7 @@ pdfMaxPagesPerSlide:
 - Rendu public la première fois en 2012 (version 0.4).
 - Première version stable (1.0) en 2015.
 - Stabilisation de fonctionnalités tous les 6 semaines.
-- Version stable actuelle 1.32. <!-- TODO UPDATE -->
+- Version stable actuelle 1.34. <!-- TODO UPDATE -->
 
 ## Un développement pragmatique
 
-- 
GitLab