1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Update index.markdown

add `deploy:set_shared_assets` into the flow example, this task was added in PR capistrano/rails#7 .
This commit is contained in:
Huiming Teo 2013-07-15 23:28:17 +08:00
parent a99267004c
commit dfa510fc10

View file

@ -93,6 +93,7 @@ deploy
deploy:starting deploy:starting
[before] [before]
deploy:ensure_stage deploy:ensure_stage
deploy:set_shared_assets
deploy:check deploy:check
deploy:started deploy:started
deploy:reverting deploy:reverting