Skip to content

Commit

Permalink
fix: add mail variables in preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Byczax committed Feb 23, 2023
1 parent 20ac621 commit 88c80f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
echo GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }} >> .env
echo GOOGLE_CLIENT_SECRET=${{ secrets.GOOGLE_CLIENT_SECRET }} >> .env
echo DATABASE_URL="postgres://postgres:postgres@localhost:5432/postgres" >> .env
echo SMTP_HOST=${{ secrets.SMTP_HOST}} >> .env
echo SMTP_USERNAME=${{ secrets.SMTP_USERNAME}} >> .env
echo SMTP_PASSWORD=${{ secrets.SMTP_PASSWORD}} >> .env
echo EMAIL_FROM=${{ secrets.EMAIL_FROM}} >> .env
npm run build
npm run db:seed
npx prisma migrate deploy
Expand Down

0 comments on commit 88c80f4

Please sign in to comment.