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

cd

parent 6f668c25
No related branches found
No related tags found
No related merge requests found
Pipeline #46295 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 && sudo cd /var/www/cicd && sudo git pull && sudo pip install -r requirements.txt && sudo systemctl restart calculator"
"sudo su && cd /var/www/cicd && 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