Skip to content

Commit

Permalink
add new env vars to .env in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rush42 committed Nov 8, 2023
1 parent ad31f92 commit fa5c01e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atlas-geo/atlas-geo/.github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
rm .env
touch .env
echo PGHOST='${{ vars.DATABASE_HOST }}' >> .env
echo SYNOLOGY_LOG_TOKEN='${{ secrets.SYNOLOGY_LOG_TOKEN }}' >> .env
echo SYNOLOGY_ERROR_LOG_TOKEN='${{ secrets.SYNOLOGY_ERROR_LOG_TOKEN }}' >> .env
echo PGUSER='${{ secrets.DATABASE_USER }}' >> .env
echo PGPASSWORD='${{ secrets.DATABASE_PASSWORD }}' >> .env
echo PGDATABASE='${{ secrets.DATABASE_NAME }}' >> .env
Expand Down

0 comments on commit fa5c01e

Please sign in to comment.