README.md in dlss-capistrano-3.10.1 vs README.md in dlss-capistrano-3.11.0
- old
+ new
@@ -68,10 +68,15 @@
`cap ENV sidekiq_systemd:{quiet,stop,start,restart}`: quiets, stops, starts, restarts Sidekiq via systemd.
These tasks are intended to replace those provided by `capistrano-sidekiq` gem, which has assumptions about systemd that do not apply to our deployed environments.
+### Sneakers via systemd
+
+`cap ENV sneakers_systemd:{quiet,stop,start,restart}`: quiets, stops, starts, restarts Sneakers via systemd.
+
+
#### Capistrano role
The sidekiq_systemd tasks assume a Capistrano role of `:app`. If your application uses a different Capistrano role for hosts that run Sidekiq workers, you can configure this in `config/deploy.rb`, *e.g.*:
```ruby
@@ -103,10 +108,9 @@
- You use git for source control
- The server you deploy to uses rvm, it is installed system-wide, and is the default system ruby
- You do not have an .rvmrc checked into git (should be in your .gitignore)
- You will not use rvm gemsets on the server you deploy to
- Bundler will install specified gems into {your_project_home}/shared/bundle directory
-- Will deploy from the master branch, unless you set :branch to another branch or tag
## Copyright
Copyright (c) 2020 Stanford University. See LICENSE for details.