capistrano/capistrano

Better explain how to specify server-side environment variables

Open

#1.884 aberto em 26 de abr. de 2017

Ver no GitHub
 (29 comments) (3 reactions) (0 assignees)Ruby (1.750 forks)batch import
documentationhelp wanted

Métricas do repositório

Stars
 (12.952 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Applications deployed with Capistrano often need to have secret keys, database URLs, etc. specified via environment variables. This comes up a lot on Stack Overflow and should be better explained in the official Capistrano docs.

capistrano + sidekiq / unable to pick environments variables http://stackoverflow.com/a/43614787/4625365

Capistrano and API keys in ENV variables? http://stackoverflow.com/a/39628182/4625365

Guia do colaborador