|
|
|
|
|
by andix
878 days ago
|
|
If there are multiple environments it quickly gets impossible to keep track of "what's in production" as a branch. Two possible solutions: Git tag everything that's getting deployed. Or just keep track of the commit hash that is deployed. |
|