Skip to content

Commit

Permalink
chore: add ovh
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 16, 2024
1 parent 8a779a5 commit 2ed0420
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ed0420

Please sign in to comment.