summaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/push.sh b/push.sh
new file mode 100755
index 0000000..a767741
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+sudo docker build -t 10.34.78.249:5000/custodia-pwmgr .
+sudo docker push 10.34.78.249:5000/custodia-pwmgr
+