Skip to content

Commit 88b624e

Browse files
committed
try something else
1 parent 99cebea commit 88b624e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/preview.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1";
4141
yarn install;
4242
yarn build:backend;
43-
yarn cdklocal bootstrap;
44-
yarn cdklocal deploy;
43+
yarn cdklocal bootstrap;
44+
yarn cdklocal deploy;
4545
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";
4949
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
5050
echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;

0 commit comments

Comments
 (0)