Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 281 Bytes

sc-removal

This repository holds code for Service Management removal.

Build and push the image

# authorize and configure gcloud
gcloud auth login
gcloud auth configure-docker

# build and push
SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa)" make build-image push-image