README.md in capistrano-data_plane_api-0.1.3 vs README.md in capistrano-data_plane_api-0.1.4
- old
+ new
@@ -153,10 +153,12 @@
```rb
require 'capistrano/data_plane_api'
```
+These tasks will only run when the `:web` role is added to the deployment stage.
+
## Hooks
If you used the installer, your app is already
set up with hooks.
@@ -185,9 +187,11 @@
deploy:finishing
deploy:finished
[after]
data_plane_api:server:set_ready
```
+
+These tasks will only run when the `:web` role is added to the deployment stage.
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.