Project Deployment Process
We at Kutia have 3 environments for each project: Local (Developer’s PC) Staging/Testing (Our in-house staging server) Production We also use git to control/keep track of our code. In order for the developers to push their code to the Staging server, we use a deployment process to enable the developers to only run git push […]