From 7fb866973f4b900a101af234db655afb51610230 Mon Sep 17 00:00:00 2001 From: Florentin Labelle <florentin.labelle@student-cs.fr> Date: Thu, 13 Oct 2022 13:10:38 +0200 Subject: [PATCH] Correction --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81a736c..1c0a2de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,4 @@ deploy: - apt-get update - apt-get install -y openssh-client sshpass - sshpass -p <mot-de-passe> ssh -o StrictHostKeyChecking=no <nom-d'utilisateur>@<ip-de-ma-vm> - "commandes à lancer sur la VM séparées par des &&" + "cd /var/www/cicd && sudo git pull && sudo systemctl restart calculator" -- GitLab