-
Luís Couto authored
This allows for easy testing of new features and bugfixes, without having to merge with the current code base. It also allows for experimentation and to share with third-party guests for bug/feature evaluation and quality assurance. Whenever a commit is made to a branch, a docker image is created and deployed in a Kubernetes Pods in the development cluster. For each pod, an specific URL is created based on the branch name, and a random port is assigned.
Luís Couto authoredThis allows for easy testing of new features and bugfixes, without having to merge with the current code base. It also allows for experimentation and to share with third-party guests for bug/feature evaluation and quality assurance. Whenever a commit is made to a branch, a docker image is created and deployed in a Kubernetes Pods in the development cluster. For each pod, an specific URL is created based on the branch name, and a random port is assigned.
Loading