1
0
Fork 0

fix(build): remove lingering deploy jobs

This commit is contained in:
ssube 2020-08-11 19:16:26 -05:00
parent c5dc410dad
commit fe160fa53e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 23 deletions

View File

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