Skip to content

Commit

Permalink
Cap deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Jan 25, 2017
1 parent 440d5e4 commit 4c0f068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Capfile
Expand Up @@ -4,6 +4,9 @@ require 'capistrano/setup'
# Includes default deployment tasks
require 'capistrano/deploy'

require 'capistrano/scm/git'
install_plugin Capistrano::SCM::Git

# Includes tasks from other gems included in your Gemfile
#
# For documentation on these, see for example:
Expand Down
1 change: 0 additions & 1 deletion config/deploy.rb
Expand Up @@ -14,7 +14,6 @@
set :user, 'app_runner'
set :deploy_to, "/home/#{fetch(:user)}/#{fetch(:application)}"

set :scm, :git
set :deploy_via, :remote_cache

set :pty, true
Expand Down

0 comments on commit 4c0f068

Please sign in to comment.