We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b68a8 commit 5e22127Copy full SHA for 5e22127
setup/server/git/hooks/post-receive
@@ -61,7 +61,7 @@ end
61
puts "Deploying to #{GIT_WORK_TREE} as #{DEPLOY_USER}:#{DEPLOY_GROUP}..."
62
Dir.chdir(GIT_WORK_TREE) do
63
sudo %W{git checkout -f}
64
- sudo %W{git submodule update -i}
+ sudo %W{git submodule update --init}
65
66
if File.exist? "gems.rb"
67
sudo %W{bundle install}
0 commit comments