- Install
gcloud(instructions) - Intialize
gcloud(instructions)- NOTE: During initialization you will be asked to choose a project. This will be the project Artcompiler IDE is deployed to.
make deploy
The deploy Makefile target runs the gcloud builds submit command using the cloudbuild deploy config found here. This config runs 3 steps:
- Build a docker image using the Dockerfile
- Push the image to the Google Container Registry
- Deploy the image to Google Cloud Run (services)