dimvic/Git deployments using SSH
SSH deployment - requires bash and ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 27, 2022
- License
- MIT
Pinned Snippet
uses: dimvic/action-ssh-deployment@7acca80aa4a03592634b8057cfc8fd3e595bdc7a # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_host | SSH host | yes | — |
| ssh_user | SSH username | yes | — |
| ssh_private_key | SSH private key (raw text) | yes | — |
| ssh_port | SSH port | no | 22 |
| target_dir | Application directory on remote server | yes | — |
| git_remote | Git remote to use | no | — |
| git_branch | Git branch to use | no | — |
| callback | Shell command to execute after deployment, workdir being the application's directory on remote server | no | — |
Outputs
no outputs