diff --git a/deploy.sh b/deploy.sh index 39c34ec..ef2fdca 100644 --- a/deploy.sh +++ b/deploy.sh @@ -8,15 +8,15 @@ function main() { go test ./... fi GOOS=linux GOARCH=arm GOARM=5 gobuild $exec - for authed in dndex dndex-auth; do + for authed in dndex; do # dndex-auth; do scp ./public/swagger/* zach@tickle.lan:./$authed/files/swagger/ scp $exec zach@tickle.lan:./$authed/dndex.new ssh zach@tickle.lan bash -c "true; while [ -e ./$authed/dndex.new ]; do printf '.'; sleep 3; done; echo" done & wait GOOS=linux gobuild $exec - scp $exec bel@remote.blapointe.com:/home/bel/services/bin/dndex.new - ssh bel@remote.blapointe.com bash -c 'true; md5sum ./services/bin/dndex*; while [ -e ./services/bin/dndex.new ]; do printf "."; sleep 3; done; md5sum ./services/bin/dndex*' + echo scp $exec bel@remote.blapointe.com:/home/bel/services/bin/dndex.new + echo ssh bel@remote.blapointe.com bash -c 'true; md5sum ./services/bin/dndex*; while [ -e ./services/bin/dndex.new ]; do printf "."; sleep 3; done; md5sum ./services/bin/dndex*' rm $exec if [ -n "$BIG" ]; then big diff --git a/public/vue/dndex-ui b/public/vue/dndex-ui index f230c7f..72595fa 160000 --- a/public/vue/dndex-ui +++ b/public/vue/dndex-ui @@ -1 +1 @@ -Subproject commit f230c7fc9a25ff3e94d0be7152a86b23fd9ddb03 +Subproject commit 72595fae58fc45b991227d47adb87121619ff3be