YK7YKJYESEXUCJC5YVLQ3KWYQM7G6SPJRHMLQITMJPMZ7N2Z7FJAC After that, run the pipenv commands you need. for example, `pipenv install pytest --dev`
After that, run the pipenv commands you need. for example, `pipenv install pytest --dev`### DeploymentThis app uses GCP for deployment.Currently, the process is very manual though.The manual process:- git push will automatically create a new image on GCR- Go to Compute Engine, and create a new machine- specify the image as the one we just pushed- put the needed env variables (check the project settings.py for that)