Merge branch 'master' into deploy
This commit is contained in:
commit
21ab8e990b
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
|
||||
only:
|
||||
- deploy
|
Loading…
Reference in a new issue