Deployments and builds now happen only on master.
This commit is contained in:
+5
-3
@@ -36,8 +36,8 @@ build:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
expire_in: 3 months
|
expire_in: 3 months
|
||||||
# only:
|
only:
|
||||||
#- master
|
- master
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: lint_build_test
|
stage: lint_build_test
|
||||||
@@ -61,4 +61,6 @@ firebase-deploy:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
script:
|
||||||
- firebase deploy --only hosting
|
- firebase deploy --only hosting
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user