A DevOps CD tool built to auto pull changes from the git repository into a remote server
Go to file
Jyotirmoy Bandyopadhayaya 502aa30e33 Added react,nextJs build support and reinstall node modules support 2022-01-20 01:48:46 +05:30
.github/workflows Github Workflow Fixes 2022-01-16 13:04:07 +05:30
src Added react,nextJs build support and reinstall node modules support 2022-01-20 01:48:46 +05:30
test Initial Release 2022-01-16 10:05:07 +05:30
.babelrc Initial Release 2022-01-16 10:05:07 +05:30
.editorconfig Initial Release 2022-01-16 10:05:07 +05:30
.env.example Initial Release 2022-01-16 10:05:07 +05:30
.eslintrc Initial Release 2022-01-16 10:05:07 +05:30
.gitignore Initial Release 2022-01-16 10:05:07 +05:30
.travis.yml Initial Release 2022-01-16 10:05:07 +05:30
.yo-rc.json Initial Release 2022-01-16 10:05:07 +05:30
LICENSE Updated Readme 2022-01-16 10:23:11 +05:30
README.md Added react,nextJs build support and reinstall node modules support 2022-01-20 01:48:46 +05:30
package.json Updated Readme 2022-01-16 10:24:24 +05:30
yarn.lock Initial Release 2022-01-16 10:05:07 +05:30

README.md

Welcome to simplify-cd 👋

License: MIT Twitter: bravo68web

A DevOps CD tool build to auto pull changes from git repository into a remote server

Install

git clone https://git.itsmebravo.dev/bravo68web/node-deployer
cd node-deployer
npm install

Configure

Create a .env file with the following content:

MASTER_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxx
PORT=xxxx
MONGODB_URI=mongodb://xxx.xxx.xxx.xxx/node-deployer

Usage

yarn run prod

Things to keep in mind while using

  • Must use nodemon for the changes to automatically reload the server
  • pm2 is recommended for production

Author

👤 Bravo68web

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a if this project helped you!

📝 License

Copyright © 2022 Bravo68web.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator