chore: 移除发布工作流及Dockerfile,
Some checks failed
Remote SSH Command / Build (push) Failing after 0s

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

View File

@@ -5,6 +5,10 @@ jobs:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set git proxy
- run: |
git config --global http.proxy http://10.255.0.1:7890
git config --global https.proxy http://10.255.0.1:7890
- name: 执行远程 SSH 命令(密码认证) - name: 执行远程 SSH 命令(密码认证)
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1
with: with: