aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/post_deploy.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix(deploy): properly quote variables in environment filesClement Delafargue2019-01-071-1/+1
| | | | adding exports in the env file also quotes the variable values
* feat(post_deploy): Add a post deploy task to fetch deployed envPaul Bonaud2018-11-301-0/+9
In some cases you might need to retrieve the ENV which is currently in use by your clever application recently deployed. If you specify a `clever_env_output_file` that is exactly what you will get!