Guide to deploying VueJS or any NodeJS project via SSH using Github Actions
Sometimes, you want something as simple as just a standard rsync to a Virtual Machine via SSH every time you push to a git repository. And today I want to show you how to build an automated deployment using GitHub Actions.