Skip to content

Commit

Permalink
[skip ci] Merge branch main into v6
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-devflow[bot] authored Nov 27, 2024
2 parents 1d3a441 + ed08cb2 commit dbb1690
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 @@ -331,17 +331,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-next-major-canary:
# stage: deploy
Expand Down

0 comments on commit dbb1690

Please sign in to comment.