falling42/Deploy via SSH
Deploys application using SSH via Docker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| use_screen | Whether to use screen to execute command (yes or no) | no | no |
| use_jump_host | Whether to use a jump host (yes or no) | no | no |
| jump_ssh_host | Jump SSH Host | no | — |
| jump_ssh_user | Jump SSH User | no | — |
| jump_ssh_private_key | Jump SSH Private Key | no | — |
| jump_ssh_port | Jump SSH Port (default: 22) | no | 22 |
| ssh_host | SSH Host | yes | — |
| ssh_user | SSH User | yes | — |
| ssh_private_key | SSH Private Key | yes | — |
| ssh_port | SSH Port (default: 22) | no | 22 |
| execute_remote_script | Whether to execute the remote script (yes or no) | no | no |
| copy_script | Whether to copy the source script from your repository (yes or no) | no | no |
| source_script | Relative path to source script in your repository | no | — |
| deploy_script | Full path to the deployment script on your remote server | no | — |
| service_name | The service name to deploy | no | — |
| service_version | The service version to deploy | no | — |
| transfer_files | Whether to transfer files to your remote server (yes or no) | no | yes |
| source_file_path | Relative path to the file to upload as an artifact | no | — |
| destination_path | Full path on your remote server to transfer the file to | no | — |
Outputs
no outputs