Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 3, 2024
1 parent 71f205c commit af40a73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This plugin install and run [Capistrano](https://capistranorb.com/) on your CI/C
Add the following command to your CI configuration file:

```bash
fluentci run --wasm capistrano setup
fluentci run --wasm capistrano deploy production
```

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

// ...

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"])?;
```

## 📚 Examples
Expand Down

0 comments on commit af40a73

Please sign in to comment.