collinkleest/Remote Release Action

Custom remote release action to deploy code onto a remote server via ssh

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostHostname or IP address of remote server (i.e. 192.168.1.1 or example.com)yes
portPort number of ssh server running on remote server (defaults to 22)no22
usernameUsername to log in under for ssh on the remote serveryes
passwordPassword to log into the ssh server on the remote serveryes
target-directoryTarget directory where you want the deployed code to gono~/github
command_timeoutAmount of time alloted until the command times outno15m
commandRelease command to run in the context of the reponodocker compose down docker compose up -d

no outputs