Skip to content

Commit

Permalink
updating environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwmartinez committed Mar 22, 2024
1 parent 1cb3351 commit 05f55c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-staging-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
runs-on: ubuntu-latest
needs: [build, set-up-test-env]
environment:
name: "PR #${{ github.event.number }}"
#name: "PR #${{ github.event.number }}"
name: "production"
url: "${{ steps.deploy-to-webapp.outputs.webapp-url }}"
permissions:
id-token: write
Expand Down

0 comments on commit 05f55c4

Please sign in to comment.