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