Skip to content

Commit

Permalink
Updated Capistrano configs to match new version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Dec 29, 2016
1 parent c21a91a commit 581b88a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Capfile
Expand Up @@ -23,5 +23,9 @@ require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/passenger'

require 'capistrano/scm/git'

install_plugin Capistrano::SCM::Git

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
4 changes: 2 additions & 2 deletions config/deploy.rb
Expand Up @@ -2,9 +2,9 @@
lock '3.7.1'

set :application, 'citadel'
set :repo_url, 'git@github.com:ozfortress/citadel.git'

set :scm, :git
# git settings
set :repo_url, 'git@github.com:ozfortress/citadel.git'
set :branch, :master

# Default deploy_to directory is /var/www/my_app_name
Expand Down

0 comments on commit 581b88a

Please sign in to comment.