Skip to content

Commit 4b10bfc

Browse files
committed
update config in deploy
1 parent 5c748b4 commit 4b10bfc

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818

1919
- name: Deploy
2020
uses: DefangLabs/[email protected]
21-
#REMOVE_ME_AFTER_EDITING - Replace the following line with the list of environment variables you want to pass to the action
2221
with:
23-
config-env-vars: ENV1 ENV2
22+
config-env-vars: SECRET_KEY POSTGRES_PASSWORD
2423
env:
25-
ENV1: ${{ secrets.ENV1 }}
26-
ENV2: ${{ secrets.ENV2 }}
24+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
25+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}

0 commit comments

Comments
 (0)