summaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 2a835d6..19aceb5 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,11 +1,9 @@
# config valid only for current version of Capistrano
lock '3.4.0'
-set :application, 'regform'
+set :application, 'registration'
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'
+set :deploy_to, '/home/norskurskog/www/registration'
set :linked_files, fetch(:linked_files, []).push('config.yml')
# Default value for linked_dirs is []