Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Use the capistrano git plugin
Browse files Browse the repository at this point in the history
this avoids a deprecation warning when deploying
  • Loading branch information
jcoyne committed Apr 9, 2019
1 parent 4ed4021 commit a075444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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

0 comments on commit a075444

Please sign in to comment.