Prepare for herbert
This commit is contained in:
parent
8c76018f96
commit
b1e284b3b6
3 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -87,7 +87,7 @@ group :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'mysql2', '~> 0.3.0'
|
gem 'mysql2', '< 0.6.0', '>= 0.4.4'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'high_voltage', '~> 2.4.0'
|
gem 'high_voltage', '~> 2.4.0'
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# lock '3.1.0'
|
# lock '3.1.0'
|
||||||
|
|
||||||
set :application, 'Tab'
|
set :application, 'Tab'
|
||||||
set :repo_url, 'git@github.com:ZeusWPI/Tab.git'
|
set :repo_url, 'https://github.com/ZeusWPI/Tab.git'
|
||||||
|
|
||||||
set :branch, 'master'
|
set :branch, 'herbert'
|
||||||
set :deploy_to, '/home/tab/production'
|
set :deploy_to, '/home/tab/production'
|
||||||
|
|
||||||
# Default branch is :master
|
# Default branch is :master
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
server 'zeus.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: {
|
server 'tab.zeus.gent', user: 'tab', roles: %w{web app db}, ssh_options: {
|
||||||
forward_agent: true,
|
forward_agent: true,
|
||||||
auth_methods: ['publickey'],
|
auth_methods: ['publickey'],
|
||||||
port: 2222
|
port: 2222
|
||||||
|
@ -7,4 +7,4 @@ server 'zeus.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: {
|
||||||
set :rails_env, 'production'
|
set :rails_env, 'production'
|
||||||
set :rbenv_type, :system
|
set :rbenv_type, :system
|
||||||
set :rbenv_ruby, File.read('.ruby-version').strip
|
set :rbenv_ruby, File.read('.ruby-version').strip
|
||||||
set :default_env, 'RAILS_RELATIVE_URL_ROOT' => '/tab'
|
set :default_env, 'RAILS_RELATIVE_URL_ROOT' => '/'
|
||||||
|
|
Loading…
Reference in a new issue