You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Triggers deploy via SSH on remote servers. Multiple hosts, private key auth."
author: "Mycelium"
inputs:
command:
description: "Command(s) to execute on the remote server."
default: deploy
hosts:
description: "Hostname or IP address of the remote server(s). Separate multiple servers with a blank space. Example: '[email protected]:22 [email protected]:2222'"
required: true
privateKey:
description: "The private key (id_rsa) content for authenticating to the SSH server(s). Recommended to store it as a GitHub Secret."