I get the following error when running make deploy
INVALID_ARGUMENT: The first service (module) you upload to a new application must be the 'default' service (module). Please upload a version of the 'default' service (module) before uploading a version for the 'agent' service (module)
Looks like the deploy command need to deploy the services in specific order which is not currently handled
gcloud app deploy --project "${PROJECT_ID}" --version v1 ./app/*.yaml