Skip to content

Commit 1df7137

Browse files
committed
add POSTGRES_PARAMS to env
1 parent 4204483 commit 1df7137

File tree

1 file changed

+3
-2
lines changed
  • samples/django-channels-redis-postgres/.github/workflows

1 file changed

+3
-2
lines changed

samples/django-channels-redis-postgres/.github/workflows/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Deploy
2020
uses: DefangLabs/[email protected]
2121
with:
22-
config-env-vars: SECRET_KEY POSTGRES_PASSWORD
22+
config-env-vars: SECRET_KEY POSTGRES_PASSWORD POSTGRES_PARAMS
2323
env:
2424
SECRET_KEY: ${{ secrets.SECRET_KEY }}
25-
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
25+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26+
POSTGRES_PARAMS: ${{ secrets.POSTGRES_PARAMS }}

0 commit comments

Comments
 (0)