From a9c64f67f4c5b0a53ac45358eeea6edc3ef1b91a Mon Sep 17 00:00:00 2001 From: Florentin Labelle <florentin.labelle@student-cs.fr> Date: Wed, 12 Oct 2022 11:24:50 +0200 Subject: [PATCH] Fix username and ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc72982..64cbc55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,5 +49,5 @@ pytest: # - apt-get update # - apt-get install -y openssh-client sshpass # script: -# - sshpass -p labellefl ssh -o StrictHostKeyChecking=no labellefl@138.195.138.142 +# - sshpass -p viazero ssh -o StrictHostKeyChecking=no viazero@<ip-de-ma-vm> # "cd /var/www/cicd && git pull && sudo systemctl restart calculator" -- GitLab