A web app to automate deploying new versions of your software on your devlopment env when a new commit is made on X branch
- clone the front end and the backend repos
git clone https://github.com/lordjoo/deployly_front
git clone https://github.com/lordjoo/deployly_back
- install the requirements using
npm i
in both the front and the backend - copy the .env.example file to .env and add your data
- enjoy