Skip to content

Commit

Permalink
updated backend env for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adhi0331 committed Feb 13, 2024
1 parent 8af66ef commit eae76ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo MONGO_URI=${{ secrets.MONGO_URI }} >> .env
echo SERVICE_ACCOUNT_KEY=${{ secrets.SERVICE_ACCOUNT_KEY }} >> .env
echo APP_PORT=${{ secrets.APP_PORT }} >> .env
echo FIREBASE_CONFIG=${{ secrets.FIREBASE_CONFIG }} >> .env
- name: Build Frontend
run: cd frontend && npm ci && npm run build
- name: Build Backend
Expand Down

0 comments on commit eae76ef

Please sign in to comment.