Skip to content

Commit

Permalink
build: FORMS-1681 fix production url in push action (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar authored Dec 24, 2024
1 parent 3422c45 commit 6cebb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Deploy to Prod
environment:
name: prod
url: https://${{ env.ACRONYM }}.apps.silver.devops.gov.bc.ca/app
url: https://submit.digital.gov.bc.ca
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit 6cebb6a

Please sign in to comment.