summaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-10-16 13:21:22 +0200
committerChristian Heimes <christian@python.org>2015-10-16 13:21:22 +0200
commit91e382abd6a6b527ca3a1a8e6e83f4f21a115a75 (patch)
tree2dd097c12e39fb62cef66445ca44368933aa835c /push.sh
parente2eb7931187dd8fd6580ef18027a9fe209b57dab (diff)
downloadcustodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.tar.gz
custodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.tar.xz
custodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.zip
Retrieve password
Handle exceptions and error conditions
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
+