From afef360a2cda27d82408866b77ad72bdd83ea7b7 Mon Sep 17 00:00:00 2001 From: Samantha Becker <12024604-beckersam@users.noreply.gitlab.com> Date: Mon, 18 Sep 2023 11:04:36 +0200 Subject: [PATCH] Add script for pushing to google cloud run --- push.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 push.sh diff --git a/push.sh b/push.sh new file mode 100644 index 0000000..69be08f --- /dev/null +++ b/push.sh @@ -0,0 +1,2 @@ +gcloud builds submit --pack image=[IMAGE] /mnt/BigSSD/go/src/gitlab.com/evilthings-services/mstar +gcloud run deploy mstar --image [IMAGE] \ No newline at end of file