How to Deploy a VPS Application Without Copying Files Manually
Deploy a Node or container app to a VPS over SSH with SENDR: build on target, atomic swap, health checks, and rollbacks.
What you need
- A VPS with SSH access.
- A project that builds (Node, container, or static).
- sendr login and sendr init already run.
Add the SSH target
# Dashboard -> Add target -> ssh
# host: your.vps.ip
# deployPath: /srv/appDeploy with a build hook
sendr deploy --waitRollbacks
SENDR keeps every release on the server. A rollback re-points the live symlink and restarts the service without a rebuild.