build: use go install
All checks were successful
Go Bump / bump (push) Successful in 40s
Go Test / test (push) Successful in 51s
Deploy / deploy (push) Successful in 1m44s

This commit is contained in:
xuu
2023-10-15 10:29:54 -06:00
parent 2e79ac4460
commit 87170420e4
2 changed files with 7 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
tasks:
- name: Copy build to remote
ansible.builtin.copy:
src: ../build/ev
src: ../ev
dest: /usr/local/bin/ev
owner: root
group: root