cloudways-lab/cloudways ssh deploy
NodeJS action for FAST deployment with rsync/ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| SSH_PRIVATE_KEY | Private Key | yes | — |
| REMOTE_HOST | Remote host | yes | — |
| REMOTE_USER | Remote user | yes | — |
| REMOTE_PORT | Remote port | no | 22 |
| SOURCE | Source directory | no | "" |
| TARGET | Target directory | no | /home/REMOTE_USER/ |
| ARGS | Arguments to pass to rsync | no | -rltgoDzvO |
| EXCLUDE | An array of folder to exclude | no | "" |
Outputs
| name | description |
|---|---|
| status | Status |