Skip to content

Commit

Permalink
add email env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
petabite committed Jun 3, 2024
1 parent 5cef55a commit e908501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
echo MONGODB_URI=${{ secrets.MONGODB_URI }} >> .env
echo FRONTEND_ORIGIN=${{ vars.FRONTEND_ORIGIN }} >> .env
echo FIREBASE=${{ secrets.FIREBASE }} >> .env
echo GMAILUSER=${{ secrets.GMAILUSER }} >> .env
echo GMAILPASS=${{ secrets.GMAILPASS }} >> .env
- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit e908501

Please sign in to comment.