Skip to content

Commit 1ff9be4

Browse files
committed
switch to playground
1 parent 93f671e commit 1ff9be4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

samples/n8n/.github/workflows/deploy.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
environment: playground
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read
@@ -17,11 +18,11 @@ jobs:
1718
uses: actions/checkout@v4
1819

1920
- name: Deploy
20-
uses: DefangLabs/defang-github-action@v1.0.4
21+
uses: DefangLabs/defang-github-action@v1.2.0
2122
with:
2223
config-env-vars: POSTGRES_USER N8N_ENCRYPTION_KEY DB_POSTGRESDB_SSL_ENABLED DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED
2324
env:
24-
POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
25-
N8N_ENCRYPTION_KEY: ${{ secrets.TEST_N8N_ENCRYPTION_KEY }}
26-
DB_POSTGRESDB_SSL_ENABLED: ${{ secrets.TEST_DB_POSTGRESDB_SSL_ENABLED }}
27-
DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED: ${{ secrets.TEST_DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED }}
25+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26+
N8N_ENCRYPTION_KEY: ${{ secrets.N8N_ENCRYPTION_KEY }}
27+
DB_POSTGRESDB_SSL_ENABLED: ${{ secrets.DB_POSTGRESDB_SSL_ENABLED }}
28+
DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED: ${{ secrets.DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED }}

0 commit comments

Comments
 (0)