Skip to content

Commit

Permalink
update deploy, redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
G100my committed Feb 2, 2024
1 parent 9a63d05 commit 98d4124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=

VITE_REDIRECT_URI=
VITE_REDIRECT_URI=https://jukebox-g100.web.app/#/room
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
VITE_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.VITE_FIREBASE_MESSAGING_SENDER_ID}}
VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID}}
VITE_FIREBASE_MEASUREMENT_ID: ${{ secrets.VITE_FIREBASE_MEASUREMENT_ID}}
VITE_REDIRECT_URI: ${{ secrets.VITE_REDIRECT_URI }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 98d4124

Please sign in to comment.