This commit is contained in:
parent
f8b8d9080d
commit
9ab7248548
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ jobs:
|
|||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Comando remoto via SSH
|
||||
- name: Instalando dependências
|
||||
run: |
|
||||
apt update
|
||||
apt install -y openssh-client
|
||||
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'
|
||||
- name: Comando remoto via SSH
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no root@172.233.17.72 -t 'w'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue