actions-marketplace-validations/azury/deploy
A Github Action for deploying Node.js applications to a VPS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 28, 2022
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/unvented_deploy-action@c8a7560cebc020dfd3df2f34e1a3e87f9e21672d # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Hostname of the server. | yes | — |
| port | — | — | 22 |
| username | Username for authentication. | yes | — |
| privateKey | SSH Key for authentication. | yes | — |
| pm2 | Rerun a PM2 process after deployment. | — | — |
| dependencies | Include package.json and package-lock.json and update remote NPM dependencies. | — | false |
| destination | The destination path on the server. | yes | — |
| file | The file to deploy to your VPS. | — | dist |
| directory | Upload all files of a specified directory to the remote host. | — | "" |
Outputs
no outputs