Merge branch 'master' into deploy

This commit is contained in:
Stefan Kinzel 2017-02-17 00:22:35 +01:00
commit 21ab8e990b
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
only:
- deploy