build: add gitea runner
All checks were successful
Go Test / test (push) Successful in 48s
Go Test / deploy (push) Successful in 1m39s

This commit is contained in:
xuu 2023-09-29 13:13:09 -06:00
parent c1a96a82ba
commit 6d8df68954

View File

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