samkirkland/web deploy anything
Deploy websites via sftp/ssh/rsync
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target-server | Deployment destination server. Formatted as domain.com:port. Port is optional and is your websites port, not your SSH port | yes | — |
| remote-user | SSH account username | yes | — |
| private-ssh-key | Private SSH key | yes | — |
| source-path | Path to upload to on the server, must end with trailing slash / | yes | — |
| destination-path | Folder to upload from, must end with trailing slash / | yes | — |
| ssh-port | Port for SSH | no | 22 |
| rsync-options | Passes through options into rsync | no | --archive --verbose --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=README.md --exclude=readme.md --exclude=.gitignore |
Outputs
no outputs