Add script for pushing to google cloud run
This commit is contained in:
parent
f8b4ea223e
commit
afef360a2c
1 changed files with 2 additions and 0 deletions
2
push.sh
Normal file
2
push.sh
Normal 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]
|
Loading…
Reference in a new issue