File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1";
41
41
yarn install;
42
42
yarn build:backend;
43
- yarn cdklocal bootstrap;
44
- yarn cdklocal deploy;
43
+ yarn cdklocal bootstrap;
44
+ yarn cdklocal deploy;
45
45
yarn prepare:frontend-local;
46
- yarn build:frontend;
47
- yarn cdklocal bootstrap --app="node dist/aws-sdk-js-notes-app-frontend.js";
48
- yarn cdklocal deploy --app="node dist/aws-sdk-js-notes-app-frontend.js";
46
+ yarn build:frontend;
47
+ yarn cdklocal bootstrap --app="node dist/aws-sdk-js-notes-app-frontend.js";
48
+ yarn cdklocal deploy --app="node dist/aws-sdk-js-notes-app-frontend.js";
49
49
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
50
50
echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
You can’t perform that action at this time.
0 commit comments