afeiship/action-deploy2ssh
A composite steps for deploy frontend filesto cos.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 26, 2023
- License
- MIT
Pinned Snippet
uses: afeiship/action-deploy2ssh@f5157c21682a0257b0ff68f6c4ad8dd47d641fea # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| node_version | The node version. | no | 16.18.0 |
| build_dist | The build dist folder, default is build. | no | build |
| target_dir | The target dir in server, default is /data/www. | yes | /data/www |
| scp_debug | Debug mode for scp. | no | false |
| scp_rm | Remove target dir before copy. | yes | false |
| manual | Manual trigger for deploy. | no | false |
Outputs
no outputs