Skip to content

Commit

Permalink
fix(infra): add proper route53 zone id
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Aug 29, 2022
1 parent 65d1752 commit 54baa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ceramic-promote-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
upsert: false
work-dir: infra/ceramic-testnet
env:
ROUTE_53_ZONE: ${{ secrets.ROUTE53_ZONE_ID_PRODUCTION }}
ROUTE_53_ZONE: ${{ secrets.ROUTE53_ZONE_ID_STAGING }}
DOMAIN: ${{ secrets.DOMAIN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }}

0 comments on commit 54baa23

Please sign in to comment.