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

This commit is contained in:
yinxiaolong
2026-06-18 18:28:49 +08:00
parent 14e26f588a
commit a1c5f289c7

View File

@@ -6,11 +6,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 执行远程 SSH 命令(密码认证) - name: 执行远程 SSH 命令(密码认证)
run: curl -x http://10.255.0.1:7890 ip.sb uses: appleboy/ssh-action@v1
# uses: appleboy/ssh-action@v1 with:
# with: host: ${{ secrets.HOST }}
# host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}
# username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }}
# password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }}
# port: ${{ secrets.PORT }} script: whoami
# script: whoami