Ansible: Re-organise deployment steps
This commit is contained in:
parent
b83baa4c26
commit
e874475c32
3 changed files with 21 additions and 18 deletions
|
@ -11,6 +11,7 @@ ansistrano_shared_paths:
|
|||
# Hooks
|
||||
ansistrano_after_symlink_shared_tasks_file: '{{ playbook_dir }}/deploy/after-symlink-shared.yml'
|
||||
ansistrano_after_update_code_tasks_file: '{{ playbook_dir }}/deploy/after-update-code.yml'
|
||||
ansistrano_before_symlink_tasks_file: '{{ playbook_dir }}/deploy/before-symlink.yml'
|
||||
|
||||
app_hash_salt: '{{ vault_app_hash_salt }}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue