Skip to content

Commit

Permalink
Fix deployment using devui instead of betaui
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Nov 26, 2024
1 parent 3d490c5 commit 7c1fff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_OPENSPRINKLER_UI }}
projectId: opensprinkler-ui
target: opensprinkler-betaui
channelId:
target: opensprinkler-devui
channelId: ${{ github.event_name == 'push' && 'live' || '' }}

0 comments on commit 7c1fff8

Please sign in to comment.