Skip to content

Commit 189faec

Browse files
authored
Update README.md
Update versions
1 parent 48e2cc5 commit 189faec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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"
@@ -62,7 +62,7 @@ jobs:
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
```
@@ -78,7 +78,7 @@ jobs:
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
```
@@ -95,7 +95,7 @@ jobs:
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"

0 commit comments

Comments
 (0)