simplify-cd/README.md

1.5 KiB
Raw Permalink Blame History

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