1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Maksym Pavlenko 2c3116ad3c HTTPS support
2017-10-24 16:57:59 -07:00

5 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
docker build -t nginx .
docker tag nginx gcr.io/pod-sync/nginx
gcloud docker -- push gcr.io/pod-sync/nginx