Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyp0329 committed Apr 25, 2024
1 parent aa8fcf2 commit 59e38cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: |
cd backend/
touch .env
echo DATABASE_URL=${{ secrets.FIREBASE_TOKEN }}
echo DEV_PORT=3001
echo NODE_ENV=deployment
echo DATABASE_URL=${{ secrets.FIREBASE_TOKEN }} >> .env
echo DEV_PORT=3001 >> .env
echo NODE_ENV=deployment >> .env
npm ci
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 59e38cc

Please sign in to comment.