chore: 移除发布工作流及Dockerfile,
Some checks failed
Remote SSH Command / Build (push) Has been cancelled

This commit is contained in:
yinxiaolong
2026-06-18 19:00:51 +08:00
parent f11e034c0c
commit dd350f3edf

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set git proxy - name: Set git proxy
- run: | run: |
git config --global http.proxy http://10.255.0.1:7890 git config --global http.proxy http://10.255.0.1:7890
git config --global https.proxy http://10.255.0.1:7890 git config --global https.proxy http://10.255.0.1:7890
- name: 执行远程 SSH 命令(密码认证) - name: 执行远程 SSH 命令(密码认证)