Skip to content

Commit 8728667

Browse files
committed
Merge pull request discourse#812 from goodbrews/capistrano-samples
Link to helpful article on Capistrano deployment
2 parents 9b1263b + 1ac0788 commit 8728667

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Capfile.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# For help deploying via Capistrano, see this thread:
2+
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
3+
14
load 'deploy' if respond_to?(:namespace)
25
load 'deploy/assets'
36
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

config/deploy.rb.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# One of the recipes (deploy:symlink_nginx) assumes you have an nginx configuration
33
# file at config/nginx.conf. You can make this easily from the provided sample
44
# nginx configuration file.
5+
#
6+
# For help deploying via Capistrano, see this thread:
7+
# http://meta.discourse.org/t/deploy-discourse-to-an-ubuntu-vps-using-capistrano/6353
58

69
require 'bundler/capistrano'
710
require 'sidekiq/capistrano'

0 commit comments

Comments
 (0)