submodule

This commit is contained in:
Luna 2021-05-06 17:56:20 +00:00
parent 649b9f0cae
commit ce4b28781a
Signed by: luna
GPG key ID: 48ABA804580B9BA8

View file

@ -50,17 +50,4 @@ namespace :deploy do
end
end
namespace :git do
desc 'Copy repo to releases'
task create_release: :'git:update' do
on roles(:all) do
with fetch(:git_environmental_variables) do
within repo_path do
execute :git, :clone, '-b', fetch(:branch), '--recursive', '.', release_path
end
end
end
end
end
after "deploy:symlink:release", "deploy:update_jekyll"