Skip to content

Commit 4b9d2ad

Browse files
committed
correctly set preview-url
1 parent fc2754f commit 4b9d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
make bootstrap-frontend;
3636
make deploy-frontend;
3737
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
38-
echo \"PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
38+
echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
3939

0 commit comments

Comments
 (0)