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