You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ jobs:
26
26
27
27
### Managing Config Values
28
28
29
-
Defang allows you to [securely manage configuration values](https://docs.defang.io/docs/concepts/configuration). You can store your config using [GitHub Actions Secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) and then pass them through to the Defang action.
29
+
Defang allows you to [securely manage configuration values](https://docs.defang.io/docs/concepts/configuration). You can store your config using [GitHub Actions Secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) and then pass them through to the Defang action.
30
30
31
31
To publish a secret stored in GitHub to the cloud as a secure config value with defang, you need to do two things:
32
32
@@ -83,6 +83,23 @@ jobs:
83
83
cli-version: v0.5.38
84
84
```
85
85
86
+
### Customizing the Defang Command
87
+
88
+
If you want to customize the Defang command that is run, you can specify it using the `command` input.
89
+
This is useful if you want to run a command other than `compose up` or if you want to pass additional arguments to the command.
0 commit comments