File tree Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Expand file tree Collapse file tree 4 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ _steps:
3131 install_aws_cli : &install_aws_cli
3232 run : sudo apt-get update && sudo apt-get install awscli
3333 install_dependencies : &install_dependencies
34- run : npm ci --cache .npm-cache && sudo npm config set @microbit-foundation:registry https://npm.pkg.github.com/microbit-foundation && sudo npm i -g @microbit-foundation/website-deploy-aws@0.3.0 @microbit-foundation/website-deploy-aws-config@0.5.0-dev.84 @microbit-foundation/circleci-npm-package-versioner@1
34+ run : npm ci --cache .npm-cache && sudo npm config set @microbit-foundation:registry https://npm.pkg.github.com/microbit-foundation && sudo npm i -g @microbit-foundation/website-deploy-aws@0.3.0 @microbit-foundation/website-deploy-aws-config@0.5.0-dev.90 @microbit-foundation/circleci-npm-package-versioner@1
3535 update_version : &update_version
3636 run : npm run ci:update-version
3737 build : &build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const {
1010const { s3Config } = createDeploymentDetailsFromOptions ( {
1111 production : {
1212 bucket : "python-simulator.usermbit.org" ,
13- mode : "tag " ,
13+ mode : "patch " ,
1414 } ,
1515 staging : {
1616 bucket : "python-simulator.usermbit.org" ,
Original file line number Diff line number Diff line change 1111 "test" : " vitest" ,
1212 "ci:update-version" : " update-ci-version" ,
1313 "deploy" : " website-deploy-aws" ,
14- "invalidate" : " aws cloudfront create-invalidation --distribution-id $(printenv ${STAGE}_CLOUDFRONT_DISTRIBUTION_ID) --paths \" /*\" " ,
15- "public-url" : " node bin/public-url.js"
14+ "invalidate" : " aws cloudfront create-invalidation --distribution-id $(printenv ${STAGE}_CLOUDFRONT_DISTRIBUTION_ID) --paths \" /*\" "
1615 },
1716 "repository" : {
1817 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments