We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b1263b + 1ac0788 commit 8728667Copy full SHA for 8728667
2 files changed
Capfile.sample
@@ -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
+
4
load 'deploy' if respond_to?(:namespace)
5
load 'deploy/assets'
6
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
config/deploy.rb.sample
@@ -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.
+#
7
8
9
require 'bundler/capistrano'
10
require 'sidekiq/capistrano'
0 commit comments