summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:41:59 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:41:59 +0200
commit46f10868aead01caaf2017c553053d0b1ed7ba48 (patch)
treec35857394cc195d55cd861eb7ed2be4332fd4f1c
parent62b3d97410c85d13c0164829693769503f54c8b5 (diff)
downloadnorsk-urskog-registrations-46f10868aead01caaf2017c553053d0b1ed7ba48.tar.gz
norsk-urskog-registrations-46f10868aead01caaf2017c553053d0b1ed7ba48.tar.bz2
norsk-urskog-registrations-46f10868aead01caaf2017c553053d0b1ed7ba48.zip
Update deploy script to fetch from github repo.
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index d4cae8c..0502fb5 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -2,7 +2,7 @@
lock '3.4.0'
set :application, 'regform'
-set :repo_url, 'git@example.com:me/my_repo.git'
+set :repo_url, 'https://github.com/snake66/norsk-urskog-registrations.git'
set :passenger_restart_with_touch, true
set :rvm_ruby_version, '2.2.3'
set :deploy_to, '/usr/local/www/norsk-urskog/registration'