chore: 移除发布工作流及Dockerfile,
All checks were successful
Remote SSH Command / Build (push) Successful in 3s
All checks were successful
Remote SSH Command / Build (push) Successful in 3s
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -1,12 +1,16 @@
|
|||||||
name: Build Docker
|
name: Remote SSH Command
|
||||||
|
on: [push]
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: 执行远程 SSH 命令(密码认证)
|
||||||
uses: actions/checkout@v6
|
run: curl -x http://10.255.0.1:7890 ip.sb
|
||||||
- name: Build
|
# uses: appleboy/ssh-action@v1
|
||||||
run: ls -la
|
# with:
|
||||||
|
# host: ${{ secrets.HOST }}
|
||||||
|
# username: ${{ secrets.USERNAME }}
|
||||||
|
# password: ${{ secrets.PASSWORD }}
|
||||||
|
# port: ${{ secrets.PORT }}
|
||||||
|
# script: whoami
|
||||||
Reference in New Issue
Block a user