From 0ba09299d16f1f62583de9b163a2a2f4f42ae70e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Mon, 31 Oct 2016 21:17:47 +0100
Subject: [PATCH] deploy OFF

---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa85ed975..6ecd8ab79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,3 +24,14 @@ shellcheck:
   script:
   - which shellcheck || apt-get update && apt-get install -y shellcheck
   - shellcheck *.sh
+
+deploy to production:
+  environment: production
+  stage: deploy
+  image: ruby:latest
+  script:
+  - gem install dpl
+  #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
+  only:
+  - master
+  when: manual
-- 
GitLab