collinkleest/Remote Release Action
Custom remote release action to deploy code onto a remote server via ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Hostname or IP address of remote server (i.e. 192.168.1.1 or example.com) | yes | — |
| port | Port number of ssh server running on remote server (defaults to 22) | no | 22 |
| username | Username to log in under for ssh on the remote server | yes | — |
| password | Password to log into the ssh server on the remote server | yes | — |
| target-directory | Target directory where you want the deployed code to go | no | ~/github |
| command_timeout | Amount of time alloted until the command times out | no | 15m |
| command | Release command to run in the context of the repo | no | docker compose down docker compose up -d |
Outputs
no outputs