1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/build.sh

3 lines
98 B
Bash
Raw Normal View History

2017-08-22 21:40:02 -07:00
docker build -t app .
docker tag app gcr.io/pod-sync/app
gcloud docker -- push gcr.io/pod-sync/app