chore: 移除发布工作流及Dockerfile,
All checks were successful
Remote SSH Command / Build (push) Successful in 3s

This commit is contained in:
yinxiaolong
2026-06-18 18:24:34 +08:00
parent 2e9dd911c4
commit 14e26f588a

View File

@@ -1,12 +1,16 @@
name: Build Docker
on: [push, pull_request]
name: Remote SSH Command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Build
run: ls -la
- name: 执行远程 SSH 命令(密码认证)
run: curl -x http://10.255.0.1:7890 ip.sb
# uses: appleboy/ssh-action@v1
# with:
# host: ${{ secrets.HOST }}
# username: ${{ secrets.USERNAME }}
# password: ${{ secrets.PASSWORD }}
# port: ${{ secrets.PORT }}
# script: whoami