Skip to content

Commit c12aa23

Browse files
committed
remove region from cloudfront url
1 parent 8bb2ca6 commit c12aa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
make bootstrap-frontend
3030
make deploy-frontend
3131
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id')
32-
echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$AWS_DEFAULT_REGION/$distributionId/" >> $GITHUB_ENV
32+
echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/" >> $GITHUB_ENV
3333
3434
- name: Finalize PR comment
3535
uses: LocalStack/setup-localstack/finish@pass-url-to-finish-step

0 commit comments

Comments
 (0)