Deploy and build only in production.
This commit is contained in:
parent
b2298dd6fe
commit
95c642bfc7
@ -37,7 +37,7 @@ build:
|
|||||||
- public
|
- public
|
||||||
expire_in: 3 months
|
expire_in: 3 months
|
||||||
only:
|
only:
|
||||||
- master
|
- production
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: lint_build_test
|
stage: lint_build_test
|
||||||
@ -63,4 +63,4 @@ firebase-deploy:
|
|||||||
script:
|
script:
|
||||||
- firebase deploy --only hosting
|
- firebase deploy --only hosting
|
||||||
only:
|
only:
|
||||||
- master
|
- production
|
||||||
|
Loading…
Reference in New Issue
Block a user