Update file .gitlab-ci.yml

This commit is contained in:
2024-12-10 13:48:59 +00:00
parent a11bf65e9e
commit 9e5f48a293

View File

@@ -4,7 +4,6 @@ stages:
deploy_timelapse:
stage: deploy
script:
- ssh-keyscan -H 172.17.0.1 >> ~/.ssh/known_hosts
- ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh"
- ssh kerboul@cynosure "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh"
only:
- main