https://github.com/flowbe/node-autodeploy
Auto deploy your Node.js projects to a server using Node!
https://github.com/flowbe/node-autodeploy
Last synced: 3 months ago
JSON representation
Auto deploy your Node.js projects to a server using Node!
- Host: GitHub
- URL: https://github.com/flowbe/node-autodeploy
- Owner: flowbe
- Created: 2020-02-16T06:01:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T06:18:27.000Z (over 6 years ago)
- Last Synced: 2025-12-13T05:03:07.922Z (6 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
1. Create a configuration file by duplicating the `config.json.dist` file and editing it.
2. Start the server (you might want to use a tool like [PM2](https://www.npmjs.com/package/pm2))
3. You're ready!
## Configuration
- `SECRET`: The secret key you set in your webhook
- `PORT`: The port number for the server to listen
- `REPO`: Absolute path to your repository