diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-12-07 23:00:48 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-12-07 23:00:48 +0100 |
commit | 1809e9b04ac41154ced5e5b54bbd5e1190c02cd2 (patch) | |
tree | 4e3861cc95a1d0f92c06199276c0262b129657c9 /lib/capistrano/tasks | |
parent | 12e1cb347ecceb7eaec66f38dec7db9e0e4f7f8b (diff) | |
download | hmnoweb-1809e9b04ac41154ced5e5b54bbd5e1190c02cd2.tar.gz hmnoweb-1809e9b04ac41154ced5e5b54bbd5e1190c02cd2.tar.bz2 hmnoweb-1809e9b04ac41154ced5e5b54bbd5e1190c02cd2.zip |
Make sure piwik config file is written before linked_files processing begins.
Diffstat (limited to 'lib/capistrano/tasks')
-rw-r--r-- | lib/capistrano/tasks/configure_piwik.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/capistrano/tasks/configure_piwik.rake b/lib/capistrano/tasks/configure_piwik.rake index 4bbef94..e69e10b 100644 --- a/lib/capistrano/tasks/configure_piwik.rake +++ b/lib/capistrano/tasks/configure_piwik.rake @@ -16,5 +16,5 @@ namespace :deploy do end end - before 'deploy', 'deploy:piwik:configure' + before 'deploy:symlink:linked_files', 'deploy:piwik:configure' end |