Updated Capistrano version lock.

This commit is contained in:
Logan Fick
2018-01-26 16:52:45 -05:00
parent b9ad336ba9
commit 37557f6684

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock '3.4.0'
lock '3.10.1'
set :repo_url, 'https://github.com/RedstonerServer/redstoner.com'
@@ -24,4 +24,4 @@ set :linked_dirs, fetch(:linked_dirs, []).push('bin', 'log', 'tmp/pids', 'tmp/ca
namespace :deploy do
after :publishing, :restart
end
end