diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 71d16b9..47602c6 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -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'