Skip to content

Commit

Permalink
Seneca domain update (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd authored Oct 30, 2023
1 parent 14f677d commit bf23d1c
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 337 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ jobs:
HMAC_SECRET: ${{ secrets.WEBHOOK_STAGING_SECRET }}
TAG: staging-sha-${{ env.GITHUB_SHA_SHORT }}
with:
url: https://mycustomdomain-dev.senecacollege.ca/hooks/deploy
url: https://mycustomdomain-dev.senecapolytechnic.ca/hooks/deploy
hmacSecret: ${{ env.HMAC_SECRET }}
data: '{"tag": "${{ env.TAG }}"}'
2 changes: 1 addition & 1 deletion docker-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
environment:
# If the database needs to be wiped and (re)setup, add this
#- DANGER_DATABASE_WIPE_REINITIALIZE=1
- APP_URL=https://mycustomdomain-dev.senecacollege.ca
- APP_URL=https://mycustomdomain-dev.senecapolytechnic.ca
- AWS_ROUTE53_HOSTED_ZONE_ID=Z009022527TSGPKQVW5KF
- [email protected]
- LETS_ENCRYPT_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directory
Expand Down
Loading

0 comments on commit bf23d1c

Please sign in to comment.