deploy
deploy copied to clipboard
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
There is some cases where the URL does not contain the filename, therefore the [auto-generated name](https://github.com/ansistrano/deploy/blob/master/tasks/update-code/download.yml#L11) is not suitable. For example, [downloading artifacts from Gitlab API ](https://docs.gitlab.com/ee/api/job_artifacts.html#download-the-artifacts-archive) is done using...
`ansistrano_shared_dir` like `ansistrano_version_dir` or `ansistrano_current_dir` This will allow the user to change the name of the shared folder.
Great project; we heartily recommend.
Hi, i've noticed that ansistrano don't let us choose if git submodules have to been pull or not. According to the Ansible documentation, it's pretty easy to configure with the...