Skip to content

Commit

Permalink
Attempting to clone the repo from server
Browse files Browse the repository at this point in the history
  • Loading branch information
c-brooks committed Oct 27, 2016
1 parent 58d46e2 commit e180f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# config valid only for current version of Capistrano
lock '3.6.1'

set :application, 'my_app_name'
set :repo_url, 'git@example.com:me/my_repo.git'
set :application, 'sportsello'
set :repo_url, 'git@github.com:c-Brooks/sportsello.git'

# Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp

# Default deploy_to directory is /var/www/my_app_name
# set :deploy_to, '/var/www/my_app_name'
set :deploy_to, '/home/deploy/sportsello'

# Default value for :scm is :git
# set :scm, :git
Expand Down
2 changes: 2 additions & 0 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# server 'example.com', user: 'deploy', roles: %w{app web}, other_property: :other_value
# server 'db.example.com', user: 'deploy', roles: %w{db}

server 'sportsello.com', user: 'deploy', roles: %w{app}
set :branch, 'production/config'


# role-based syntax
Expand Down

0 comments on commit e180f38

Please sign in to comment.