From f903ee57dc6a66d27c702f7459dbc9188d2f0f5d Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 7 Aug 2021 15:22:10 -0400 Subject: [PATCH] update deploy --- deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.yml b/deploy.yml index 0514f8b..0f3da6a 100644 --- a/deploy.yml +++ b/deploy.yml @@ -29,7 +29,7 @@ - name: installing guildgate binary copy: remote_src: yes - src: "{{ tempfolder_1.path }}/usr/local/bin/guildgate" + src: "{{ tempfolder_1.path }}/build/usr/local/bin/guildgate" dest: /usr/local/bin/ mode: '0755' register: new_binary @@ -44,7 +44,7 @@ - name: installing default templates copy: remote_src: yes - src: "{{ tempfolder_1.path}}/usr/local/share/guildgate/" + src: "{{ tempfolder_1.path}}/build/usr/local/share/guildgate/" dest: /usr/local/share - name: reload systemd with new unit