We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8967f32 commit 7d8bd58Copy full SHA for 7d8bd58
config/deploy.rb
@@ -2,7 +2,6 @@
2
require "bundler/capistrano"
3
require "capistrano/ext/multistage"
4
require "rvm/capistrano" # Load RVM's capistrano plugin.
5
-require 'capistrano/rails/assets'
6
set :rvm_ruby_string, :local
7
set :rvm_type, :system # Copy the exact line. I really mean :system here
8
config/deploy/production.rb
@@ -1,4 +1,4 @@
1
# -*- encoding : utf-8 -*-
set :deploy_to, "/var/www/production/dglb"
-set :branch, production
+set :branch, 'production'
config/deploy/staging.rb
set :deploy_to, "/var/www/staging/dglb"
set :branch, 'staging'
-set :rails_env, :staging
+set :rails_env, 'staging'
0 commit comments