If you’re working alone on a personal project and for any reason can’t bother with setting up CI/CD pipeline this post is for you. Amongst other things you might forget to run tests or correctly prepare the env for deployment.
This is supposed to be a small post so I’ll go straight to the point.
To list the available commands on make just run make, you should see: To deploy to dev run make deploy-dev, for production make deploy-prod And that’s it, you can now deploy from your local machine running tests first and correctly preparing the target env.