Merge branch 'master' of repos.ctdo.de:ctdo/mqtt-to-flipdot

This commit is contained in:
interfisch 2017-02-17 00:41:05 +01:00
commit d0dc6333a3
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View 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