Skip to content

Commit ff03c57

Browse files
Add prod CF distribution
1 parent 0227bb2 commit ff03c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
push:
77
branches:
8-
- "**"
8+
- '**'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ startsWith(github.ref, 'refs/tags/v') && 'release' || github.ref }}
@@ -19,7 +19,7 @@ jobs:
1919
packages: read
2020
env:
2121
AWS_DEFAULT_REGION: eu-west-1
22-
PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID: NOT_YET
22+
PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID: EDKYRQ3JZCXQ5
2323
STAGING_CLOUDFRONT_DISTRIBUTION_ID: E37K3V5Y65XQIX
2424
REVIEW_CLOUDFRONT_DISTRIBUTION_ID: E3KUGPF02I4CJ4
2525
VITE_FOUNDATION_BUILD: ${{ github.repository_owner == 'microbit-foundation' }}
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20
3131
cache: 'npm'
32-
registry-url: "https://npm.pkg.github.com"
32+
registry-url: 'https://npm.pkg.github.com'
3333
- run: npm ci
3434
- run: npm install --no-save @microbit-foundation/[email protected] @microbit-foundation/[email protected] @microbit-foundation/npm-package-versioner@2
3535
if: github.repository_owner == 'microbit-foundation'

0 commit comments

Comments
 (0)