Merge branch 'master' of repos.ctdo.de:ctdo/mqtt-to-flipdot
This commit is contained in:
commit
d0dc6333a3
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
job_deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- scp ./ pi@flipdot.raum.ctdo.de:/home/pi/mqtt-to-flipdot -i /var/opt/gitlab/.ssh/deploy_flipdot
|
||||
only:
|
||||
- deploy
|
Loading…
Reference in a new issue