Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

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 6df65de commit f03d053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 f03d053

Please sign in to comment.