Skip to content

Commit

Permalink
envs?
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 11, 2024
1 parent a166046 commit 93289b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
cd '/opt/route'
# Overwrite the .env file to recreate it during each deployment
echo "AUTH_SECRET=${{ secrets.AUTH_SECRET }}" > .env
rm -f .env
echo "AUTH_SECRET=${{ secrets.AUTH_SECRET }}" >> .env
echo "CLIENT_ID=${{ secrets.CLIENT_ID }}" >> .env
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> .env
echo "DATABASE_URL=${{ secrets.DATABASE_URL }}" >> .env
Expand Down

0 comments on commit 93289b3

Please sign in to comment.