@@ -6,6 +6,6 @@ jobs:
|
|||||||
部署应用:
|
部署应用:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 调用容器内部署脚本
|
- name: 启动部署
|
||||||
run: |
|
run: |
|
||||||
docker exec gitea-runner /opt/deploy.sh "${GITEA_REPO_CLONE_URL}" "${GITEA_COMMIT_BRANCH}"
|
docker exec gitea-runner /opt/deploy.sh
|
||||||
Reference in New Issue
Block a user