Havoc420Mac 8fbf05ed69
Some checks failed
SSH 连接测试 / ssh-test (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Waiting to run
ci-1
2025-04-05 14:34:39 +08:00

23 lines
473 B
YAML

name: SSH 连接测试
on:
workflow_dispatch: # 手动触发
push:
branches:
- main # 仅main分支触发
jobs:
ssh-test:
runs-on: ubuntu-latest
steps:
- name: SSH 连接测试
uses: appleboy/ssh-action@master
with:
host: '113.44.68.213'
username: root
password: Havocantelope420
port: '22'
script: |
echo "Running command on remote server"
ls -lha