From 271afa8e42481f586c1810f18d5727509da6af0b Mon Sep 17 00:00:00 2001 From: xuu Date: Fri, 29 Sep 2023 13:13:09 -0600 Subject: [PATCH] build: add gitea runner --- .gitea/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index f4c97db..029f8da 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -46,7 +46,7 @@ jobs: run: go build -ldflags "-s -w" -o build/ev ./cmd/ev - name: Compress - uses: actions/ghaction-upx@v3 + uses: https://git.sour.is/actions/ghaction-upx@v3 with: version: latest files: | @@ -54,7 +54,7 @@ jobs: args: -fq - name: Deploy - uses: actions/action-ansible-playbook@v2 + uses: https://git.sour.is/actions/action-ansible-playbook@v2 with: playbook: .ansible/playbook.yml key: ${{secrets.deploy_ssh}}