File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v4
2222
2323 - name : Deploy
24- uses : DefangLabs/defang-github-action@v1.0.4
24+ uses : DefangLabs/defang-github-action@v1.1.0
2525` ` `
2626
2727### Managing Config Values
4242 steps:
4343 # [...]
4444 - name: Deploy
45- uses: DefangLabs/defang-github-action@v1.0.4
45+ uses: DefangLabs/defang-github-action@v1.1.0
4646 with:
4747 # Note: you need to tell Defang which env vars to push to the cloud as config values here. Only these ones will be pushed up.
4848 config-env-vars: "API_KEY DB_CONNECTION_STRING"
6262 steps:
6363 # [...]
6464 - name: Deploy
65- uses: DefangLabs/defang-github-action@v1.0.4
65+ uses: DefangLabs/defang-github-action@v1.1.0
6666 with:
6767 cwd: "./test"
6868` ` `
7878 steps:
7979 # [...]
8080 - name: Deploy
81- uses: DefangLabs/defang-github-action@v1.0.4
81+ uses: DefangLabs/defang-github-action@v1.1.0
8282 with:
8383 cli-version: v0.5.38
8484` ` `
@@ -107,12 +107,12 @@ jobs:
107107 uses: actions/checkout@v4
108108
109109 - name: Deploy
110- uses: DefangLabs/defang-github-action@v1.0.4
110+ uses: DefangLabs/defang-github-action@v1.1.0
111111 with:
112- cli-version: v0.5.38
112+ cli-version: v0.5.43
113113 config-env-vars: "API_KEY DB_CONNECTION_STRING"
114114 cwd: "./test"
115115 env:
116116 API_KEY: ${{ secrets.API_KEY }}
117117 DB_CONNECTION_STRING: ${{ secrets.DB_CONNECTION_STRING }}
118- ` ` `
118+ ` ` `
You can’t perform that action at this time.
0 commit comments