aplay latest design

This commit is contained in:
Thomas Dedek
2019-12-19 15:25:05 +01:00
parent a6e9d9230f
commit 6da77d7bf8
51 changed files with 612 additions and 657 deletions

12
build+deploy.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env sh
# Build site and deploy to remote via SSH
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable
set -o errexit ## set -e : exit the script if any statement returns a non-true return value
#set -o xtrace ## set -x : Print command traces before executing command
rm -rf public
hugo
rsync -v --archive --delete --exclude /.htpasswd public/ \
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/htdocs-ssl/
rsync -v --archive public/.htpasswd \
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/