fix: steps
Some checks failed
Test SSH Workflow / exec-command (push) Failing after 34s

This commit is contained in:
Leandro Costa 2025-05-30 07:13:32 -03:00
parent f8b8d9080d
commit 9ab7248548

View file

@ -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'