Skip to content

Commit

Permalink
more copy updates in readm
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Aug 8, 2024
1 parent 7ff7702 commit 0de3045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy
uses: DefangLabs/defang-github-action@main
uses: DefangLabs/defang-github-action@v1.0.3
with:
cli-version: v0.5.38
config-env-vars: "DEFANG_GH_ACTION_TEST_MESSAGE"
Expand Down
10 changes: 5 additions & 5 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
uses: DefangLabs/defang-github-action@v1.0.4
```
### Managing Config Values
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1
uses: DefangLabs/defang-github-action@v1.0.4
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
uses: DefangLabs/defang-github-action@v1.0.4
with:
cwd: "./test"
```
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
# [...]
- name: Deploy
uses: DefangLabs/defang-github-action@v1
uses: DefangLabs/defang-github-action@v1.0.4
with:
cli-version: v0.5.38
```
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v4
- name: Deploy
uses: DefangLabs/defang-github-action@main
uses: DefangLabs/defang-github-action@v1.0.4
with:
cli-version: v0.5.38
config-env-vars: "API_KEY DB_CONNECTION_STRING"
Expand Down

0 comments on commit 0de3045

Please sign in to comment.