Tagged Questions
2
votes
3answers
202 views
Pushing a new version of a live web application in a Git based workflow
I have a question regarding workflow in web development. I'm building my project in Symfony, and it's in Git.
Right now, I have three environments, dev (local), staging and prod. The project itself ...