Files
admin-ui/.gitea/workflows/deploy.yaml
张斌 2962865857
Some checks failed
自动部署 / 部署应用 (push) Failing after 1s
cicd
2026-06-02 22:59:07 +08:00

11 lines
260 B
YAML

name: 自动部署
on:
push:
branches: [ master ]
jobs:
部署应用:
runs-on: ubuntu-latest
steps:
- name: 调用容器内部署脚本
run: |
docker exec gitea-runner /opt/deploy.sh "${GITEA_REPO_URL}" "${GITEA_BRANCH}"