From e78d93a3810a0dbe2edf763e3ef5ad19a7b5efee Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Nov 2014 23:40:32 +0100 Subject: Update deploy templates. --- config/deploy.rb.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/deploy.rb.example') diff --git a/config/deploy.rb.example b/config/deploy.rb.example index 422e82e..dd8b2e7 100644 --- a/config/deploy.rb.example +++ b/config/deploy.rb.example @@ -1,8 +1,8 @@ # config valid only for Capistrano 3.1 lock '3.2.1' -set :application, 'my_app_name' -set :repo_url, 'git@example.com:me/my_repo.git' +set :application, 'my_app' +set :repo_url, 'git@github.com:snake66/project-limestone.git' # Default branch is :master # ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call -- cgit v1.2.3