We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6683f8f commit 8b72e10Copy full SHA for 8b72e10
.github/workflows/ci.yml
@@ -22,9 +22,9 @@ jobs:
22
name: Build
23
uses: ./.github/workflows/build-static-site.yml
24
with:
25
- app_url: ${{ vars.APP_URL }}
+ app_url: ${{ vars.NEXT_PUBLIC_APP_URL }}
26
artifact_name: dist
27
- aws_region: ${{ vars.AWS_REGION }}
+ aws_region: ${{ vars.NEXT_PUBLIC_AWS_REGION }}
28
secrets: inherit
29
30
lighthouse:
@@ -44,7 +44,7 @@ jobs:
44
uses: ./.github/workflows/deploy-static-site.yml
45
46
47
48
cdk_stack_name: ${{ vars.CDK_STACK_NAME }}
49
tag_prefix: v
50
0 commit comments