@theflow95/node-autodeploy
v1.0.0
Published
Auto deploy your Node.js projects to a server using Node!
Downloads
4
Readme
Node Auto Deploy
node-autodeploy is a tool to automatically deploy your Node.js projects on server using GitHub webhooks.
After creating your webhook, install this tool on the same server as your project.
Installation
- Create a configuration file by duplicating the
config.json.dist
file and editing it. - Start the server (you might want to use a tool like PM2)
- You're ready!
Configuration
SECRET
: The secret key you set in your webhookPORT
: The port number for the server to listenREPO
: Absolute path to your repository