File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -345,30 +345,30 @@ deploy-staging:
345345 - node ./scripts/deploy/deploy.ts staging staging root
346346 - node ./scripts/deploy/upload-source-maps.ts staging root
347347
348- deploy-prod-canary :
349- stage : deploy:canary
350- extends :
351- - .base-configuration
352- - .main
353- script :
354- - export BUILD_MODE=canary
355- - yarn
356- - yarn build:bundle
357- - node ./scripts/deploy/deploy.ts prod canary root
358- - node ./scripts/deploy/upload-source-maps.ts canary root
359-
360- deploy-next-major-canary :
361- stage : deploy
362- extends :
363- - .base-configuration
364- - .next-major-branch
365- script :
366- - export BUILD_MODE=canary
367- - VERSION=$(node -p -e "require('./lerna.json').version")
368- - yarn
369- - yarn build:bundle
370- - node ./scripts/deploy/deploy.ts prod v${VERSION%%.*}-canary root
371- - node ./scripts/deploy/upload-source-maps.ts v${VERSION%%.*}-canary root
348+ # deploy-prod-canary:
349+ # stage: deploy:canary
350+ # extends:
351+ # - .base-configuration
352+ # - .main
353+ # script:
354+ # - export BUILD_MODE=canary
355+ # - yarn
356+ # - yarn build:bundle
357+ # - node ./scripts/deploy/deploy.ts prod canary root
358+ # - node ./scripts/deploy/upload-source-maps.ts canary root
359+ #
360+ # deploy-next-major-canary:
361+ # stage: deploy
362+ # extends:
363+ # - .base-configuration
364+ # - .next-major-branch
365+ # script:
366+ # - export BUILD_MODE=canary
367+ # - VERSION=$(node -p -e "require('./lerna.json').version")
368+ # - yarn
369+ # - yarn build:bundle
370+ # - node ./scripts/deploy/deploy.ts prod v${VERSION%%.*}-canary root
371+ # - node ./scripts/deploy/upload-source-maps.ts v${VERSION%%.*}-canary root
372372
373373deploy-manual :
374374 stage : deploy
You can’t perform that action at this time.
0 commit comments