diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 0bc6b55..2abc1f5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,6 +6,6 @@ jobs: 部署应用: runs-on: ubuntu-latest steps: - - name: 调用容器内部署脚本 + - name: 启动部署 run: | - docker exec gitea-runner /opt/deploy.sh "${GITEA_REPO_CLONE_URL}" "${GITEA_COMMIT_BRANCH}" \ No newline at end of file + docker exec gitea-runner /opt/deploy.sh \ No newline at end of file