feat: ssh test
Some checks failed
Test SSH Workflow / exec-command (push) Failing after 2s

This commit is contained in:
Leandro Costa 2025-05-30 07:11:03 -03:00
parent b0f74cb8d9
commit e609fa6e49

View file

@ -0,0 +1,18 @@
name: Test SSH Workflow
on:
push:
branches:
- main
- development
workflow_dispatch:
jobs:
exec-command:
runs-on: docker
container:
image: node:20-alpine
steps:
- name: Comando remoto via SSH
run: |
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'