Update CICD to build a develop-latest docker image and deploy to the development environment if develop branch gets updated.
We should deploy a version of the develop
branch to a development environment so that new features can be tested in a production like environment.
This involves editing the CICD process to build and tag an image as develop-latest
, then pushing this tag to the docker repository. After the docker image is pushed, a deploy-dev job should run that runs the latest development copy of the website on the raspberry-pi.