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

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

View File

@ -43,23 +43,23 @@ jobs:
go-version: 1.21.1
- name: Build
run: go build -ldflags "-s -w" -o build/ev ./cmd/ev
run: go build -ldflags "-s -w" -o ./build/ev ./cmd/ev
- name: Compress
uses: https://git.sour.is/actions/ghaction-upx@v2.4.0
with:
version: latest
files: |
./cmd/ev
./build/ev
args: -fq
- name: Deploy
uses: https://git.sour.is/actions/action-ansible-playbook@v2
with:
playbook: .ansible/playbook.yml
playbook: ${{ gitea.workspace }}/.ansible/playbook.yml
key: ${{secrets.deploy_ssh}}
options: |
--inventory .hosts
--inventory .ansible/inventory
--become
--become-method sudo
--user deploy