We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7f88 commit 4f22029Copy full SHA for 4f22029
.circleci/config.yml
@@ -130,7 +130,9 @@ jobs:
130
environment:
131
STAGE: STAGING
132
REACT_APP_STAGE: STAGING
133
- STAGING_CLOUDFRONT_DISTRIBUTION_ID: "E1IW78R9PB0PD1"
+ # Ideally we'd do stage-python and python.microbit.org. For now just the latter.
134
+ #STAGING_CLOUDFRONT_DISTRIBUTION_ID: "E1IW78R9PB0PD1"
135
+ STAGING_CLOUDFRONT_DISTRIBUTION_ID: "E2ELTBTA2OFPY2"
136
steps:
137
- checkout
138
- *restore_npm_cache
0 commit comments