Skip to content
Snippets Groups Projects
Commit 946dba5b authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

cd

parent e9f53a98
No related branches found
No related tags found
No related merge requests found
Pipeline #46301 passed
......@@ -47,4 +47,4 @@ deploy:
- apt-get update
- apt-get install -y openssh-client sshpass
- sshpass -p viazero ssh -o StrictHostKeyChecking=no viazero@138.195.138.219
"sudo su && cd /var/www/cicd && sudo git switch $CI_CURRENT_BRANCH && sudo git pull && sudo pip install -r requirements.txt && sudo systemctl restart calculator"
"sudo su && cd /var/www/cicd && sudo git switch $CI_COMMIT_BRANCH && sudo git pull && sudo pip install -r requirements.txt && sudo systemctl restart calculator"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment