From 95c642bfc77e2b8264e1dd647e7270c93b205cff Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Thu, 25 Jul 2019 13:04:05 +0200 Subject: [PATCH] Deploy and build only in production. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b35ec1..537f60e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build: - public expire_in: 3 months only: - - master + - production test: stage: lint_build_test @@ -63,4 +63,4 @@ firebase-deploy: script: - firebase deploy --only hosting only: - - master + - production