Skip to content

Commit

Permalink
fix(build): remove lingering deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Aug 12, 2020
1 parent c5dc410 commit fe160fa
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe160fa

Please sign in to comment.