This commit is contained in:
Thomas Dedek
2021-02-24 10:49:43 +01:00
parent 5b86e9aee0
commit 67e2620bca
6 changed files with 94 additions and 6 deletions

View File

@@ -5,13 +5,13 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
#set -o xtrace ## set -x : Print command traces before executing command
# clean up
rm -rf public
rm -rf dist
# build
python3 build.py items.yml
./build.py items.yml
# deploy
rsync -v --archive --delete public/ \
rsync -v --archive --delete dist/ \
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/htdocs-ssl/
echo