Update build script and .gitignore

This commit is contained in:
Maksym Pavlenko
2018-10-06 19:25:07 -07:00
parent 9c30d975d0
commit 93c7bc89fc
2 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -33,4 +33,6 @@ Gopkg.lock
node_modules/
package-lock.json
dist/
venv/
venv/
.DS_Store
+4 -3
View File
@@ -1,3 +1,4 @@
docker build -t app .
docker tag app gcr.io/pod-sync/app
gcloud docker -- push gcr.io/pod-sync/app
#!/usr/bin/env bash
docker build -t mxpv/podsync .
docker push mxpv/podsync