fix(build): remove lingering deploy jobs
This commit is contained in:
parent
c5dc410dad
commit
fe160fa53e
|
@ -33,29 +33,6 @@ build-node:
|
|||
- out/cache
|
||||
- out/tmp
|
||||
|
||||
# deploy jobs
|
||||
deploy-test:
|
||||
stage: publish
|
||||
extends:
|
||||
- .build-aws
|
||||
except:
|
||||
- master
|
||||
script:
|
||||
- make deploy
|
||||
variables:
|
||||
DEPLOY_BUCKET: "game-mtmb-test"
|
||||
|
||||
deploy-prod:
|
||||
stage: publish
|
||||
extends:
|
||||
- .build-aws
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- make deploy
|
||||
variables:
|
||||
DEPLOY_BUCKET: "game-mtmb-test"
|
||||
|
||||
# commit status
|
||||
github-pending:
|
||||
stage: status-pre
|
||||
|
|
Loading…
Reference in New Issue