diff --git a/notebook/hail-ci-deploy.sh b/notebook/hail-ci-deploy.sh index 463dc8cd6bd..69154f6fe05 100644 --- a/notebook/hail-ci-deploy.sh +++ b/notebook/hail-ci-deploy.sh @@ -1,3 +1,9 @@ #!/bin/sh +set -ex + +gcloud -q auth activate-service-account \ + --key-file=/secrets/gcr-push-service-account-key.json + +gcloud -q auth configure-docker make deploy