diff --git a/config/deploy.rb b/config/deploy.rb index 7088897..20b8a60 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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 \ No newline at end of file +end