File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
samples/n8n/.github/workflows Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 77
88jobs :
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 }}
You can’t perform that action at this time.
0 commit comments