From 118ab5aabea078d3bd4ec16361d8156c99f1b7be Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 5 Dec 2019 06:37:35 +0000 Subject: [PATCH] wip --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9364f11..790f920 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,12 @@ A set of tools to help manage a shell server running on GCE. + +``` +gcloud builds submit --tag gcr.io/ifup-shell/gce-shell . +``` + +``` +$ gcloud beta run deploy hello --image gcr.io/ifup-shell/gce-shell --platform managed +``` +