We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40a91d0 + 6ff544f commit 242b753Copy full SHA for 242b753
1 file changed
.github/workflows/deploy.yaml
@@ -7,20 +7,20 @@ on:
7
8
jobs:
9
deploy:
10
- environment: playground
+ environment: production
11
runs-on: ubuntu-latest
12
permissions:
13
contents: read
14
id-token: write
15
16
steps:
17
- - name: Checkout Repo
18
- uses: actions/checkout@v4
+ - name: Checkout Repo
+ uses: actions/checkout@v4
19
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 }}
+ - name: Deploy
+ uses: DefangLabs/defang-github-action@v1.3.2
+ with:
+ config-env-vars: POSTGRES_PASSWORD SSL_MODE
+ env:
+ POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
+ SSL_MODE: ${{ secrets.SSL_MODE }}
0 commit comments