deploy wrapper script to /usr/local/bin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-29 09:04:49 +02:00
parent d70d313609
commit 7ad53e56eb
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- name: Add docker-compose wrapper
template:
src: bin/docker-compose.j2
dest: /bin/docker-compose
dest: /usr/local/bin/docker-compose
owner: root
group: root
mode: 0755