GitHub Action for deploying code via rsync over ssh. (with NodeJS). Private key part of an SSH key pair. The public key part should be added to the authorized_keys file on the server that receives the deployment. NodeJS version is more than a minute faster than simple Docker version. This GitHub Action deploys specific directory from GITHUB_WORKSPACE to a folder on a server via rsync over ssh, using NodeJS. This action would usually follow a build/test action which leaves deployable code in GITHUB_WORKSPACE. The keys should be generated using the PEM format. Check your keys. Check your deployment paths. And use at your own risk.
Features
- Deploy code with rsync over ssh, using NodeJS
- NodeJS version is more than a minute faster than simple Docker version
- This GitHub Action deploys specific directory from GITHUB_WORKSPACE to a folder on a server via rsync over ssh, using NodeJS
- This action would usually follow a build/test action which leaves deployable code in GITHUB_WORKSPACE
- Pass configuration with env vars
- Private key part of an SSH key pair
Categories
Software DevelopmentLicense
MIT LicenseFollow ssh deployments
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ssh deployments!