Answer the question
In order to leave comments, you need to log in
How to change flow in capistrano 3?
The documentation says what is the sequence of tasks when starting cap production deploy.
deploy
deploy:starting
[before]
deploy:ensure_stage
deploy:set_shared_assets
deploy:check
deploy:started
deploy:updating
git:create_release
deploy:symlink:shared
deploy:updated
[before]
deploy:bundle
[after]
deploy:migrate
deploy:compile_assets
deploy:normalize_assets
deploy:publishing
deploy:symlink:release
deploy:published
deploy:finishing
deploy:cleanup
deploy:finished
deploy:log_revision
Answer the question
In order to leave comments, you need to log in
Why remove compilation of assets during deployment?
1. Assets are not collected at all, for example, your application implements an API - you can disable the collection of assets globally
config.assets.enabled = false
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question