diff --git a/config.yml b/config.yml index d89d0c1..208e991 100644 --- a/config.yml +++ b/config.yml @@ -1,12 +1,12 @@ --- environment: production - chdir: /home/lightsaber/lightsaber - address: 127.0.0.1 + chdir: /home/lightsaber/lightsaber/current + address: 0.0.0.0 user: lightsaber group: lightsaber port: 4567 pid: /tmp/lightsaber.pid - rackup: /home/lightsaber/lightsaber/config.ru + rackup: config.ru log: /home/lightsaber/lightsaber/thin.log max_conns: 1024 timeout: 5 diff --git a/config/deploy.rb b/config/deploy.rb index 0af57ae..9ad187b 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -27,7 +27,6 @@ set :rvm_path, "$HOME/.rvm/scripts/rvm" task :environment do # If you're using rbenv, use this to load the rbenv environment. # Be sure to commit your .ruby-version or .rbenv-version to your repository. - queue! "whoami" invoke :'rvm:use[default]' # For those using RVM, use this to load an RVM version@gemset.