This is ideal for developers on a schedule. Any changes pushed to a repo will be automatically fetched by the program, saving you time which is better spent elsewhere. In theory, it is also compatible with near enough every language, just edit the setup and start commands in the config.
- Clone this Github repository using Git
git clone https://github.com/jayc331/Auto-deploy
cd Auto-deploy
- Setup
config.json
{
"repo": "https://github.com/<user>/<project>",
"branch": "main",
"start": "npm run start",
"setup": "npm install",
"frequency": 5,
"verbose": false
}- Start the script using NodeJS
node index.js
