Update 2 files
- /.gitea/workflows/test.yml - /.gitlab-ci.yml
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
deploy_timelapse:
|
||||
stage: deploy
|
||||
script:
|
||||
- ssh kerboul@172.17.0.1 "cd /home/kerboul/scripts/timelapse && ./update_timelapse.sh"
|
||||
only:
|
||||
- main
|
||||
Reference in New Issue
Block a user