File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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.1 .0
24+ uses : DefangLabs/defang-github-action@v1.2 .0
2525` ` `
2626
2727### Managing Config Values
4242 steps:
4343 # [...]
4444 - name: Deploy
45- uses: DefangLabs/defang-github-action@v1.1 .0
45+ uses: DefangLabs/defang-github-action@v1.2 .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.1 .0
65+ uses: DefangLabs/defang-github-action@v1.2 .0
6666 with:
6767 cwd: "./test"
6868` ` `
7878 steps:
7979 # [...]
8080 - name: Deploy
81- uses: DefangLabs/defang-github-action@v1.1 .0
81+ uses: DefangLabs/defang-github-action@v1.2 .0
8282 with:
8383 cli-version: v0.5.38
8484` ` `
9595 steps:
9696 # [...]
9797 - name: Deploy
98- uses: DefangLabs/defang-github-action@v1.1 .0
98+ uses: DefangLabs/defang-github-action@v1.2 .0
9999 with:
100100 command: "compose up --project-name my-project"
101101` ` `
@@ -124,7 +124,7 @@ jobs:
124124 uses: actions/checkout@v4
125125
126126 - name: Deploy
127- uses: DefangLabs/defang-github-action@v1.1 .0
127+ uses: DefangLabs/defang-github-action@v1.2 .0
128128 with:
129129 cli-version: v0.5.43
130130 config-env-vars: "API_KEY DB_CONNECTION_STRING"
You can’t perform that action at this time.
0 commit comments