Skip to content

Commit d2f6944

Browse files
committed
Fix Cloudfront identifiers
1 parent 2989af0 commit d2f6944

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deploy-motion.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ jobs:
3030
if [ "$INPUT_ENVIRONMENT" = "production" ]; then
3131
echo "AWS_ROLE_ARN=arn:aws:iam::120317779495:role/boxel-motion" >> $GITHUB_ENV
3232
echo "AWS_S3_BUCKET=cardstack-boxel-motion-production" >> $GITHUB_ENV
33-
echo "AWS_CLOUDFRONT_DISTRIBUTION=ENCCIR73TMO8S" >> $GITHUB_ENV
33+
echo "AWS_CLOUDFRONT_DISTRIBUTION=E33N4WQHDRTVBM" >> $GITHUB_ENV
3434
else
3535
echo "unrecognized environment"
3636
exit 1;
3737
fi
38-
# FIXME production cloudfront distribution
3938
- name: Build boxel-motion addon
4039
run: pnpm build
4140
working-directory: packages/boxel-motion/addon

.github/workflows/pr-boxel-motion.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
S3_PREVIEW_BUCKET_NAME: boxel-motion-preview.cardstack.com
5353
AWS_S3_BUCKET: boxel-motion-preview.cardstack.com
5454
AWS_REGION: us-east-1
55-
AWS_CLOUDFRONT_DISTRIBUTION: E1A4IR2R5TJZJZ
56-
# FIXME update
55+
AWS_CLOUDFRONT_DISTRIBUTION: E1LZQB073YSRH
5756
with:
5857
package: boxel-motion
5958
environment: production

0 commit comments

Comments
 (0)