From b5c6f2adf3cd200d09b00a85c1de953f6d54e5f4 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Mon, 29 Jan 2018 11:55:52 -0600 Subject: [PATCH] Submodules --- config/deploy.rb | 3 +++ 1 file changed, 3 insertions(+) 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