From 2ed0420cc49652a3501493c8c2da692fa58ac76a Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 16 Mar 2024 09:55:01 +0800 Subject: [PATCH] chore: add ovh Signed-off-by: appleboy --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b676e5f..ee7f80b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,3 +282,22 @@ jobs: script: | whoami && echo 'hello world' && touch todo.txt sudo whoami + + testing06: + name: ovh + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v1 + + - name: switch to root user + uses: ./ + with: + host: 51.79.249.232 + username: ubuntu + key: ${{ secrets.OVH_PASSWORD }} + port: 22 + script_stop: true + command_timeout: 30s + script: | + whoami