saucal/Push to SSH
Push built source to SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source directory | no | source |
| built | Previous build directory (needs to be repo and have a remote) | no | built |
| env-host | Env Host | yes | "" |
| env-port | Env Port | yes | 22 |
| env-user | Env User | yes | "" |
| env-key | Env SSH Key | no | "" |
| env-pass | Env Password | no | "" |
| env-local-root | Env Local Root (relative to the built directory) | no | "" |
| env-remote-root | Env Remote Root | yes | "" |
| ssh-flags | SSH Flags to pass to the RSync command | no | "" |
| ssh-shell-params | Parameters to be passed to the SSH shell command | no | "" |
| ssh-extra-options | Extra options for the RSync command | no | "" |
| ssh-handle-perms | Have RSync handle permissions of files strictly | no | false |
| force-ignore | Force ignore files | no | /auth.json /vendor/* !/vendor/composer /vendor/composer/* !/vendor/composer/installers !/vendor/composer/installed.json |
| ssh-ignore | Force ignore files | no | false |
| ssh-ignore-extra | Extra force ignore files over SSH. Useful to extend the default configuration. | no | false |
| disable-consistency-check | Do not do a consistency check and complete the workflow regardless. | no | "" |
| flush-cache | Flush cache after deployment | no | auto |
| flush-cache-extra-params | Flush cache parameters. This is depending on the flush-cache setup. | no | "" |
| git-token | Git Token | no | "" |
Outputs
no outputs