21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 07:20:50 +02:00

Clarify capistrano local configuration

This commit is contained in:
Jérémy Lecour 2018-06-12 22:38:09 +02:00
parent 15bfba580a
commit a47965293f

View file

@ -82,6 +82,6 @@ If you want to start the Rails application manually, with a simple Puma configur
### Capistrano
If you want to use capistrano for deployment, yout need to create (on your server) `config/deploy/config.yml` from the example file, and use the `script/to_staging` and/or `script/to_production` scripts.
If you want to use capistrano for deployment, yout need to create `config/deploy/config.yml` from the example file, and use the `script/to_staging` and/or `script/to_production` scripts.
The same way you've created the config files for development, you'll have to do the same on the staging and production servers in the `shared/config/` directory,relative to your `deploy_to` path.