From bc6c39682421139e2ac81c9cf4035ecaff138beb Mon Sep 17 00:00:00 2001 From: mathias <mathias.thirion@student-cs.fr> Date: Thu, 13 Oct 2022 19:01:20 +0200 Subject: [PATCH] t --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 509072c..8f9a78a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,4 +47,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> - "commanede 1 && commande 2 && commande 3 && etc..." + "commande 1 && commande 2 && commande 3 && etc..." -- GitLab