actions-marketplace-validations/azury/deploy

A Github Action for deploying Node.js applications to a VPS.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 28, 2022
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/unvented_deploy-action@c8a7560cebc020dfd3df2f34e1a3e87f9e21672d # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostHostname of the server.yes
port22
usernameUsername for authentication.yes
privateKeySSH Key for authentication.yes
pm2Rerun a PM2 process after deployment.
dependenciesInclude package.json and package-lock.json and update remote NPM dependencies.false
destinationThe destination path on the server.yes
fileThe file to deploy to your VPS.dist
directoryUpload all files of a specified directory to the remote host.""

no outputs