From 1484d3b16b858d00ca579e22c06692969cc04886 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 16 Feb 2017 23:14:07 +0100 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..0d4e8bb --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +job_deploy: + stage: deploy + script: + - scp ./ pi@flipdot.raum.ctdo.de:/home/pi/mqtt-to-flipdot + only: + - deploy \ No newline at end of file