wsmoses/Deploy to MIT scripts
Github Action to deploy a folder to MIT Scripts using SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| locker | Athena locker being deployed into. | yes | — |
| local | Path to the local folder you want to copy. | yes | . |
| remote | Path on the remote server to copy to. | yes | . |
| dotfiles | Determines if files with leading dot (.) on folder copy is included | no | true |
| dotgit | Determines if .git files are included | no | false |
| rmRemote | If it is a directory, remote files in it will be deleted before the copy is started. | — | false |
| concurrency | Number of concurrent file transfers. | no | 1 |
| recursive | Wether copy of directory should be recursive | no | true |
| verbose | Log status of every file copy | no | false |
| kill | Kill existing scripts processes that are running (potentially old code) | no | true |
| privateKey | File Location or string that contains a private key for either key-based or hostbased user authentication (OpenSSH format) | yes | — |
Outputs
no outputs