chore: 添加 gitea deploy workflow
Some checks failed
Deploy to Server / deploy (push) Has been cancelled

This commit is contained in:
lzh
2026-01-27 17:55:24 +08:00
parent 842998893a
commit 821dfbe0f1
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: Deploy to Server
on:
push:
branches:
- main
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Run deploy script on server
run: |
/opt/apps/vitals/deploy.sh