build: use go install
Some checks failed
Go Test / test (push) Successful in 55s
Go Bump / bump (push) Successful in 38s
Deploy / deploy (push) Failing after 1m8s

This commit is contained in:
xuu
2023-10-15 10:29:54 -06:00
parent 2e79ac4460
commit ce24e04f0e
2 changed files with 6 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