更新 .gitea/workflows/develop_build_commit.yaml
Some checks failed
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Failing after 7s
Some checks failed
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Failing after 7s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
host: ${{ secrets.SERVER_HOST }}
|
||||
username: ${{ secrets.SERVER_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
key: ${{ secrets.SERVER_PASSWORD }}
|
||||
source: "."
|
||||
target: ${{ env.REMOTE_DEPLOY_PATH }}
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
host: ${{ secrets.SERVER_HOST }}
|
||||
username: ${{ secrets.SERVER_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
key: ${{ secrets.SERVER_PASSWORD }}
|
||||
script: |
|
||||
# 进入项目目录
|
||||
cd ${{ env.REMOTE_DEPLOY_PATH }}
|
||||
|
||||
Reference in New Issue
Block a user