Update 2 files

- /.gitea/workflows/test.yml
- /.gitlab-ci.yml
This commit is contained in:
2024-12-09 23:42:11 +00:00
parent 9273d72349
commit 6ebb95e70b
2 changed files with 9 additions and 29 deletions

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
stages:
- deploy
deploy_timelapse:
stage: deploy
script:
- ssh kerboul@cynosure "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh -o"
only:
- main