Skip to content
Snippets Groups Projects
Commit 02e604d9 authored by Arthur Jacquin's avatar Arthur Jacquin
Browse files

git config

parent ab9be0f1
Branches
No related tags found
No related merge requests found
Pipeline #46421 failed
......@@ -48,4 +48,4 @@ deploy:
- apt-get update
- apt-get install -y openssh-client sshpass
- sshpass -p viazero ssh -o StrictHostKeyChecking=no viazero@138.195.138.96
"cd /var/www/cicd && git checkout tp3 && git pull && systemctl daemon-reload && systemctl start calculator"
"cd /var/www/cicd && git config --global --add safe.directory /var/www/cicd && git checkout tp3 && git pull && systemctl daemon-reload && systemctl start calculator"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment