diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2018-11-21 13:20:56 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-01-14 11:25:32 +0100 |
commit | c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e (patch) | |
tree | 7aa4f743a3938f00c8a7fe5e7c457e01826a9029 /tasks/setup.yml | |
parent | ae84364c02907d17867f2a47cf409ad0a2172af5 (diff) | |
download | ansible-clever-c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e.tar.gz ansible-clever-c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e.tar.zst ansible-clever-c5aed75a0e5732aa6031ce3b1864d5aee3e1b49e.zip |
deploy_task: Update clever CLI tools and use it instead of git push
Updating to latest version of 1.1.1 helps to have a stable `clever
deploy` command.
This commit relies on the output of the command instead of manually
pooling the results with `clever activity` command.
Diffstat (limited to 'tasks/setup.yml')
-rw-r--r-- | tasks/setup.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/setup.yml b/tasks/setup.yml index f85a635..33b1ff6 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml | |||
@@ -26,4 +26,3 @@ | |||
26 | with_items: | 26 | with_items: |
27 | - clever-set-domain.sh | 27 | - clever-set-domain.sh |
28 | - clever-set-drain.sh | 28 | - clever-set-drain.sh |
29 | - clever-wait-deploy.sh | ||