From ff03c573561a522b585515aae4b1277b598810c2 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Tue, 23 Jan 2024 12:42:11 +0000 Subject: [PATCH] Add prod CF distribution --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e507274a..a22d90fae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: types: [created] push: branches: - - "**" + - '**' concurrency: group: ${{ github.workflow }}-${{ startsWith(github.ref, 'refs/tags/v') && 'release' || github.ref }} @@ -19,7 +19,7 @@ jobs: packages: read env: AWS_DEFAULT_REGION: eu-west-1 - PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID: NOT_YET + PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID: EDKYRQ3JZCXQ5 STAGING_CLOUDFRONT_DISTRIBUTION_ID: E37K3V5Y65XQIX REVIEW_CLOUDFRONT_DISTRIBUTION_ID: E3KUGPF02I4CJ4 VITE_FOUNDATION_BUILD: ${{ github.repository_owner == 'microbit-foundation' }} @@ -29,7 +29,7 @@ jobs: with: node-version: 20 cache: 'npm' - registry-url: "https://npm.pkg.github.com" + registry-url: 'https://npm.pkg.github.com' - run: npm ci - run: npm install --no-save @microbit-foundation/website-deploy-aws@0.6 @microbit-foundation/website-deploy-aws-config@0.9 @microbit-foundation/npm-package-versioner@2 if: github.repository_owner == 'microbit-foundation'