Skip to content

Commit

Permalink
change environment to production
Browse files Browse the repository at this point in the history
  • Loading branch information
xyven1 committed Sep 17, 2023
1 parent 68a7ec9 commit 00f778b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy to Firebase Hosting on merge
jobs:
build_and_deploy:
runs-on: ubuntu-latest
environment: Deploy
environment: production
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
environment: Deploy
environment: production
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 00f778b

Please sign in to comment.