Skip to content

Commit 242b753

Browse files
authored
Merge pull request #598 from DefangLabs/jordan/production-environment
update samples to use "production" environment by default
2 parents 40a91d0 + 6ff544f commit 242b753

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/deploy.yaml

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

88
jobs:
99
deploy:
10-
environment: playground
10+
environment: production
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
id-token: write
1515

1616
steps:
17-
- name: Checkout Repo
18-
uses: actions/checkout@v4
17+
- name: Checkout Repo
18+
uses: actions/checkout@v4
1919

20-
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.3.2
22-
with:
23-
config-env-vars: POSTGRES_PASSWORD SSL_MODE
24-
env:
25-
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26-
SSL_MODE: ${{ secrets.SSL_MODE }}
20+
- name: Deploy
21+
uses: DefangLabs/defang-github-action@v1.3.2
22+
with:
23+
config-env-vars: POSTGRES_PASSWORD SSL_MODE
24+
env:
25+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26+
SSL_MODE: ${{ secrets.SSL_MODE }}

0 commit comments

Comments
 (0)