build: add gitea runner
This commit is contained in:
parent
4e99021518
commit
0d8446639e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user