Skip to content

Commit

Permalink
fix: adds hosted zone id var
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Dec 17, 2024
1 parent 98f8e7d commit 0ac1682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-deploy-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
SES_REGION: ${{ secrets.SES_REGION }}
FRONTEND_URL: ${{ secrets.FRONTEND_URL }}
BACKEND_URL: ${{ secrets.BACKEND_URL }}
HOSTED_ZONE_ID: ${{ secrets.HOSTED_ZONE_ID }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0ac1682

Please sign in to comment.