From d4f78dd9ea8f1a722937c470cc14434550635b5c Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Fri, 28 Sep 2018 14:20:53 +0300
Subject: [PATCH] ci(production): allow only master to delpoy to production

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e8e4b872..e238f7b81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,6 @@ push:production:review:
   stage: push
   when: manual
   only:
-    - develop
     - master
   variables:
     NODE_ENV: production
@@ -179,7 +178,6 @@ deploy:production:review:
   stage: deploy
   when: manual
   only:
-    - develop
     - master
   variables:
     PACKAGE_NAME: xpub-faraday
-- 
GitLab