diff options
-rw-r--r-- | config/deploy.rb | 2 |
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' |