Skip to content

Commit

Permalink
add ENVIRONMENT var to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rush42 committed Nov 8, 2023
1 parent fa5c01e commit 4ad6c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@ jobs:
rm .env
touch .env
echo PGHOST='${{ vars.DATABASE_HOST }}' >> .env
echo ENVIRONMENT='${{ inputs.ENVIRONMENT }}' >> .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
Expand Down

0 comments on commit 4ad6c3a

Please sign in to comment.