update deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
stryan 2021-08-07 15:22:10 -04:00
parent cbe9ce4ede
commit f903ee57dc
1 changed files with 2 additions and 2 deletions

View File

@ -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