Deploy and build only in production.

This commit is contained in:
Greenscreener 2019-07-25 13:04:05 +02:00
parent b2298dd6fe
commit 95c642bfc7

View File

@ -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