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

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

4
.gitignore vendored
View File

@@ -33,4 +33,6 @@ Gopkg.lock
node_modules/
package-lock.json
dist/
venv/
venv/
.DS_Store

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