Skip to content

Commit 8b72e10

Browse files
updated ci github action
1 parent 6683f8f commit 8b72e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
name: Build
2323
uses: ./.github/workflows/build-static-site.yml
2424
with:
25-
app_url: ${{ vars.APP_URL }}
25+
app_url: ${{ vars.NEXT_PUBLIC_APP_URL }}
2626
artifact_name: dist
27-
aws_region: ${{ vars.AWS_REGION }}
27+
aws_region: ${{ vars.NEXT_PUBLIC_AWS_REGION }}
2828
secrets: inherit
2929

3030
lighthouse:
@@ -44,7 +44,7 @@ jobs:
4444
uses: ./.github/workflows/deploy-static-site.yml
4545
with:
4646
artifact_name: dist
47-
aws_region: ${{ vars.AWS_REGION }}
47+
aws_region: ${{ vars.NEXT_PUBLIC_AWS_REGION }}
4848
cdk_stack_name: ${{ vars.CDK_STACK_NAME }}
4949
tag_prefix: v
5050
secrets: inherit

0 commit comments

Comments
 (0)