Skip to content

Commit

Permalink
Update environment urls
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCraswell committed Jan 24, 2024
1 parent 7c6a1f8 commit f2462cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
staging_deployment:
environment:
name: Staging
url: https://staging.fencing.club
url: https://staging.app.fencing.club
runs-on: ubuntu-latest
name: Deploy to Staging
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
production_deployment:
environment:
name: Production
url: https://fencing.club
url: https://app.fencing.club
needs: staging_deployment
runs-on: ubuntu-latest
name: Deploy to Production
Expand Down

0 comments on commit f2462cf

Please sign in to comment.