Add script for pushing to google cloud run

This commit is contained in:
Samantha Becker 2023-09-18 11:04:36 +02:00
parent f8b4ea223e
commit afef360a2c

2
push.sh Normal file
View file

@ -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]