We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2754f commit 4b9d2adCopy full SHA for 4b9d2ad
.github/workflows/preview.yml
@@ -35,5 +35,5 @@ jobs:
35
make bootstrap-frontend;
36
make deploy-frontend;
37
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
38
- echo \"PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
+ echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
39
0 commit comments