Files
timelapse-backend/.gitlab-ci.yml
2024-12-10 12:51:06 +00:00

11 lines
238 B
YAML

stages:
- deploy
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"
only:
- main