build: add gitea runner
Some checks failed
Go Test / test (push) Successful in 42s
Go Test / deploy (push) Failing after 48s

This commit is contained in:
xuu 2023-09-29 13:13:09 -06:00
parent 0d8446639e
commit ad230eb98f

View File

@ -54,6 +54,7 @@ jobs:
args: -fq
- name: Deploy
runs-on: plugins/ansible:3
uses: https://git.sour.is/actions/action-ansible-playbook@v2
with:
playbook: ${{ gitea.workspace }}/.ansible/playbook.yml
@ -65,5 +66,4 @@ jobs:
--user deploy
--ssh-common-args '-p 65535'
- run: echo "🍏 This job's status is ${{ job.status }}."