diff --git a/config/deploy.rb b/config/deploy.rb index 3fc596623..effd10286 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -46,6 +46,9 @@ namespace :deploy do # string commands dont work, have to use special *%w syntax execute *%w[ npm install ] execute *%w[ grunt ] + end + + within repo_path do execute *%w[ git submodule update --init --force --remote ] end end