Skip to content

Commit

Permalink
Use acceptance subdomain for domain alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Apr 26, 2023
1 parent 34e0599 commit a1266d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
bin/set-flightdeck-version ${{ github.ref_name }}
bin/set-terraform-value attach_certificate_domains "[\"flightdeck-test.thoughtbot.com\"]"
bin/set-terraform-value issue_certificate_domains '[]'
bin/set-terraform-value create_domain_aliases "[\"${{ github.ref_name }}.flightdeck-test.thoughtbot.com\"]"
bin/set-template-var ACCOUNT_ID ${{ secrets.AWS_ACCOUNT_ID }}
ORG_NAME=$(echo 'flightdeck-${{ github.ref_name }}' | cut -c1-20)
set -x
Expand Down

0 comments on commit a1266d7

Please sign in to comment.