mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
fix copied headline in readme
This commit is contained in:
parent
6a983cd78e
commit
99743c0ac3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ set :console_user, :appuser # run rails console as appuser through sudo
|
||||||
set :console_user, nil # explicitly disable switching user through sudo
|
set :console_user, nil # explicitly disable switching user through sudo
|
||||||
```
|
```
|
||||||
|
|
||||||
### User
|
### Role
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
set :console_role, :app # start remote console on primary server for this role
|
set :console_role, :app # start remote console on primary server for this role
|
||||||
|
|
Loading…
Reference in a new issue