remove deploy/assets for Capistrano as we don't want to build assets on production site but do so locally combined with copy-over.
This commit is contained in:
parent
055c0eb3dd
commit
2b0e125920
2 changed files with 0 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
|||
# Commented out as capistrano cannot finde 'bundle' on production site.
|
||||
# require 'bundler/capistrano'
|
||||
|
||||
# Precompile all assets
|
||||
# If this takes too long, do this: http://www.bencurtis.com/2011/12/skipping-asset-compilation-with-capistrano/
|
||||
# load "deploy/assets"
|
||||
|
||||
set :application, "contactorama"
|
||||
set :local_repository, "web1@railshosting.de:/files/repositories/git/contactorama.git"
|
||||
set :repository, "/var/www/htdocs/web1/files/repositories/git/contactorama.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue