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