summaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/push.sh b/push.sh
index a767741..695eb65 100755
--- a/push.sh
+++ b/push.sh
@@ -1,5 +1,17 @@
#!/bin/sh
set -e
+
+REPOS=https://fedorapeople.org/cgit/simo/public_git/custodia.git
+
+if [ ! -d custodia ]; then
+ git clone $REPOS
+fi
+
+pushd custodia > /dev/null
+git fetch --all
+git pull --rebase
+popd > /dev/null
+
sudo docker build -t 10.34.78.249:5000/custodia-pwmgr .
sudo docker push 10.34.78.249:5000/custodia-pwmgr