suite
This commit is contained in:
parent
ef2a73636b
commit
a94bbe47eb
4
Capfile
Normal file
4
Capfile
Normal file
@ -0,0 +1,4 @@
|
||||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
|
||||
load 'config/deploy' # remove this line to skip loading any of the default tasks
|
@ -6,7 +6,7 @@ set :application, 'blog_perso_app'
|
||||
|
||||
require "rvm/capistrano"
|
||||
|
||||
set :rvm_ruby_string, 'ruby-1.9.3-p0'
|
||||
set :rvm_ruby_string, 'ruby-2.1.2'
|
||||
set :rvm_type, :user
|
||||
|
||||
set :user, 'web'
|
||||
|
@ -19,4 +19,4 @@ test:
|
||||
# Do not keep production secrets in the repository,
|
||||
# instead read values from the environment.
|
||||
production:
|
||||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
||||
secret_key_base: 036d36e22b059c5879d518cba92c2a699d169fb8b1b6854879d8397bcf598a587e55c46f1e3c6f23a6b2bb82b0e5a4ea17a98e4937cccd221307bf5ac86aa7de
|
||||
|
Loading…
x
Reference in New Issue
Block a user