Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 181cd07

Browse files
committed
Fix deploy dev env
1 parent edb9247 commit 181cd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: |
2323
npm i -g firebase-tools
2424
firebase use dev --token ${{ secrets.FIREBASE_PROD_TOKEN }}
25-
firebase deploy --only hosting:prod --token ${{ secrets.FIREBASE_PROD_TOKEN }}
25+
firebase deploy --only hosting:dev --token ${{ secrets.FIREBASE_PROD_TOKEN }}

0 commit comments

Comments
 (0)