mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #198 from ttrmw/ensure-parity-with-capistrano-rails-requires
swap requires in flow docs
This commit is contained in:
commit
2850048c21
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@ Assume you require the following files in `Capfile`,
|
|||
require 'capistrano/setup'
|
||||
require 'capistrano/deploy'
|
||||
require 'capistrano/bundler'
|
||||
require 'capistrano/rails/migrations'
|
||||
require 'capistrano/rails/assets'
|
||||
require 'capistrano/rails/migrations'
|
||||
```
|
||||
|
||||
When you run `cap production deploy`, it runs these tasks:
|
||||
|
|
Loading…
Reference in a new issue