mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #812 from goodbrews/capistrano-samples
Link to helpful article on Capistrano deployment
This commit is contained in:
commit
872866744f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# For help deploying via Capistrano, see this thread:
|
||||
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
|
||||
|
||||
load 'deploy' if respond_to?(:namespace)
|
||||
load 'deploy/assets'
|
||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
# One of the recipes (deploy:symlink_nginx) assumes you have an nginx configuration
|
||||
# file at config/nginx.conf. You can make this easily from the provided sample
|
||||
# nginx configuration file.
|
||||
#
|
||||
# For help deploying via Capistrano, see this thread:
|
||||
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
|
||||
|
||||
require 'bundler/capistrano'
|
||||
require 'sidekiq/capistrano'
|
||||
|
|
Loading…
Reference in a new issue