Skip to content

Commit

Permalink
Revert "👷 freeze canary deploy (#3238)" (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi authored Jan 7, 2025
1 parent 21975c7 commit 8faeb64
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,17 +332,17 @@ deploy-staging:
- node ./scripts/deploy/deploy.js staging staging root
- node ./scripts/deploy/upload-source-maps.js staging root

# deploy-prod-canary:
# stage: deploy:canary
# extends:
# - .base-configuration
# - .main
# script:
# - export BUILD_MODE=canary
# - yarn
# - yarn build:bundle
# - node ./scripts/deploy/deploy.js prod canary root
# - node ./scripts/deploy/upload-source-maps.js canary root
deploy-prod-canary:
stage: deploy:canary
extends:
- .base-configuration
- .main
script:
- export BUILD_MODE=canary
- yarn
- yarn build:bundle
- node ./scripts/deploy/deploy.js prod canary root
- node ./scripts/deploy/upload-source-maps.js canary root

deploy-manual:
stage: deploy
Expand Down

0 comments on commit 8faeb64

Please sign in to comment.