Skip to content

Commit 7d8bd58

Browse files
committed
Revert "solve percompiled assets bug"
This reverts commit 8967f32.
1 parent 8967f32 commit 7d8bd58

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

config/deploy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require "bundler/capistrano"
33
require "capistrano/ext/multistage"
44
require "rvm/capistrano" # Load RVM's capistrano plugin.
5-
require 'capistrano/rails/assets'
65
set :rvm_ruby_string, :local
76
set :rvm_type, :system # Copy the exact line. I really mean :system here
87

config/deploy/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- encoding : utf-8 -*-
22
set :deploy_to, "/var/www/production/dglb"
3-
set :branch, production
3+
set :branch, 'production'
44

config/deploy/staging.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- encoding : utf-8 -*-
22
set :deploy_to, "/var/www/staging/dglb"
33
set :branch, 'staging'
4-
set :rails_env, :staging
4+
set :rails_env, 'staging'

0 commit comments

Comments
 (0)