Submodules
This commit is contained in:
@@ -46,6 +46,9 @@ namespace :deploy do
|
|||||||
# string commands dont work, have to use special *%w syntax
|
# string commands dont work, have to use special *%w syntax
|
||||||
execute *%w[ npm install ]
|
execute *%w[ npm install ]
|
||||||
execute *%w[ grunt ]
|
execute *%w[ grunt ]
|
||||||
|
end
|
||||||
|
|
||||||
|
within repo_path do
|
||||||
execute *%w[ git submodule update --init --force --remote ]
|
execute *%w[ git submodule update --init --force --remote ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user