Skip to content

Commit 4f22029

Browse files
Staging needs to invalidate python.microbit.org. (#1011)
1 parent a5a7f88 commit 4f22029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ jobs:
130130
environment:
131131
STAGE: STAGING
132132
REACT_APP_STAGE: STAGING
133-
STAGING_CLOUDFRONT_DISTRIBUTION_ID: "E1IW78R9PB0PD1"
133+
# 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"
134136
steps:
135137
- checkout
136138
- *restore_npm_cache

0 commit comments

Comments
 (0)