Files
admin-ui/.gitea/workflows/deploy.yaml
张斌 fb64b1a768
Some checks failed
自动部署 / 部署应用 (push) Failing after 6s
cicd
2026-06-02 23:03:08 +08:00

11 lines
207 B
YAML

name: 自动部署
on:
push:
branches: [ master ]
jobs:
部署应用:
runs-on: ubuntu-latest
steps:
- name: 启动部署
run: |
docker exec gitea-runner /opt/deploy.sh