We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f205c commit af40a73Copy full SHA for af40a73
README.md
@@ -10,7 +10,6 @@ This plugin install and run [Capistrano](https://capistranorb.com/) on your CI/C
10
Add the following command to your CI configuration file:
11
12
```bash
13
-fluentci run --wasm capistrano setup
14
fluentci run --wasm capistrano deploy production
15
```
16
@@ -37,7 +36,7 @@ use fluentci_pdk::dag;
37
36
38
// ...
39
40
-dag().call("https://pkg.fluentci.io/capistrano@v0.1.1?wasm=1", "setup", vec!["latest"])?;
+dag().call("https://pkg.fluentci.io/capistrano@v0.1.1?wasm=1", "deploy", vec!["production"])?;
41
42
43
## 📚 Examples
0 commit comments