Skip to content

Commit

Permalink
add POSTGRES_PARAMS to env
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Nov 6, 2024
1 parent 4204483 commit 1df7137
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Deploy
uses: DefangLabs/[email protected]
with:
config-env-vars: SECRET_KEY POSTGRES_PASSWORD
config-env-vars: SECRET_KEY POSTGRES_PASSWORD POSTGRES_PARAMS
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_PARAMS: ${{ secrets.POSTGRES_PARAMS }}

0 comments on commit 1df7137

Please sign in to comment.