From dfa510fc10dff15a3214a734a7c455415bf7aa54 Mon Sep 17 00:00:00 2001 From: Huiming Teo Date: Mon, 15 Jul 2013 23:28:17 +0800 Subject: [PATCH] Update index.markdown add `deploy:set_shared_assets` into the flow example, this task was added in PR capistrano/rails#7 . --- documentation/getting-started/flow/index.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/getting-started/flow/index.markdown b/documentation/getting-started/flow/index.markdown index 90ae261c..63a2f7b1 100644 --- a/documentation/getting-started/flow/index.markdown +++ b/documentation/getting-started/flow/index.markdown @@ -93,6 +93,7 @@ deploy deploy:starting [before] deploy:ensure_stage + deploy:set_shared_assets deploy:check deploy:started deploy:reverting