Skip to content

Commit

Permalink
Merge pull request #248 from valerymelou/chore/production-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou authored Jul 23, 2024
2 parents b43c461 + 891c549 commit 54bb13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
channelId: preview
projectId: ${{ secrets.FIREBASE_PROJECT_ID }}
target: ${{ secrets.FIREBASE_SITE_TARGET }}

staging:
if: github.ref == 'refs/heads/develop'
Expand All @@ -76,6 +77,7 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
channelId: live
projectId: ${{ secrets.FIREBASE_PROJECT_ID }}
target: ${{ secrets.FIREBASE_SITE_TARGET }}

production:
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 54bb13e

Please sign in to comment.