Deployment / DevOps
Last updated
Was this helpful?
Last updated
Was this helpful?
From a development standpoint we follow the standard git flow doing Pull Requests (PR's) for changes, code review and then merging to develop (the integration branch for testing / staging environments) and master (stable) branches.
Once code has been merged to the develop/master, it is automatically built to the staging/production using the following tooling/flow:
CI is done in GitHub Actions where images are built and tests are run. GitHub Actions then pushes the various images to Docker Hub, which is then automatically picked up by the appropriate "stack" in the Docker Cloud.