Deploy ether-email-auth Relayer
Prepare files
Bump the versions everywhere in cloudbuild-base.yaml , cloudbuild-relayer.yaml and Relayer.Dockerfile, e.g. from v1 to v2. You can skip bumping the version of the base image in cloudbuild-base.yaml if there were no changes here.
Build and push images
Build and push base image, only if you bumped the version
gcloud builds submit --config=cloudbuild-base.yaml .Build and push relayer image
gcloud builds submit --config=cloudbuild-relayer.yaml .Last updated