Skip to content

Commit af40a73

Browse files
committed
update README.md
1 parent 71f205c commit af40a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This plugin install and run [Capistrano](https://capistranorb.com/) on your CI/C
1010
Add the following command to your CI configuration file:
1111

1212
```bash
13-
fluentci run --wasm capistrano setup
1413
fluentci run --wasm capistrano deploy production
1514
```
1615

@@ -37,7 +36,7 @@ use fluentci_pdk::dag;
3736

3837
// ...
3938

40-
dag().call("https://pkg.fluentci.io/capistrano@v0.1.1?wasm=1", "setup", vec!["latest"])?;
39+
dag().call("https://pkg.fluentci.io/capistrano@v0.1.1?wasm=1", "deploy", vec!["production"])?;
4140
```
4241

4342
## 📚 Examples

0 commit comments

Comments
 (0)