Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
lionello authored Nov 21, 2024
1 parent 48e2cc5 commit 189faec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
```
### Managing Config Values
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
with:
# 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.
config-env-vars: "API_KEY DB_CONNECTION_STRING"
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
with:
cwd: "./test"
```
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
with:
cli-version: v0.5.38
```
Expand All @@ -95,7 +95,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
with:
command: "compose up --project-name my-project"
```
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v4
- name: Deploy
uses: DefangLabs/defang-github-action@v1.1.0
uses: DefangLabs/defang-github-action@v1.2.0
with:
cli-version: v0.5.43
config-env-vars: "API_KEY DB_CONNECTION_STRING"
Expand Down

0 comments on commit 189faec

Please sign in to comment.