diff --git a/multipage-frontend/Capfile b/multipage-frontend/Capfile deleted file mode 100644 index 06694d15..00000000 --- a/multipage-frontend/Capfile +++ /dev/null @@ -1,6 +0,0 @@ -load 'deploy' - -$:.unshift(File.expand_path('../../lib', __FILE__)) -load_paths << File.expand_path('../../recipes', __FILE__) - -load 'config/deploy' diff --git a/multipage-frontend/config/deploy.rb b/multipage-frontend/config/deploy.rb deleted file mode 100644 index 66eb5fff..00000000 --- a/multipage-frontend/config/deploy.rb +++ /dev/null @@ -1,12 +0,0 @@ -set :application, "multipage-frontend" -set :capfile_dir, File.expand_path('../', File.dirname(__FILE__)) -set :server_class, %w(draft_frontend frontend) - -load 'defaults' -load 'ruby' -load 'deploy/assets' - -set :assets_prefix, 'multipage-frontend' -set :rails_env, 'production' - -after "deploy:notify", "deploy:notify:errbit"