Files
danbooru/config/deploy/README.md
evazion 0563ca3001 docs: document config/ and some directories in app/.
* Add README files to several directories in app/ giving a brief
  overview of some parts of Danbooru's architecture.
* Add documentation for files in config/.
2021-06-27 05:21:38 -05:00

14 lines
367 B
Markdown

# Deploy
This directory contains configuration settings for deploying Danbooru to the production servers
using Capistrano. This is only used by production and shouldn't be edited by end users.
# See also
* [Capfile](../../Capfile)
* [config/deploy.rb](../deploy.rb)
* [lib/capistrano/tasks](../../lib/capistrano/tasks)
# External links
* https://capistranorb.com