aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb.example')
-rw-r--r--config/deploy.rb.example4
1 files changed, 2 insertions, 2 deletions
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