X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=e55aa84ccf3e958491e0fd1694b6336b5aa4c246;hb=HEAD;hp=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hpb=7a0043fac53e3ca80dbde5c299ede6ddfdd83837;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 5a782af..e55aa84 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,10 @@ #! /bin/sh -cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name -cd htdocs && exec distribute -aD phdru.name +git diff --quiet web/master master || +git push web master || exit 1 + +cd "`dirname \"$0\"`"/.. && +distribute -aD phdru.name && + +cd htdocs && +exec distribute -aD git.phdru.name phdru.name