summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
index 786062ca..b5449f6e 100755
--- a/.tools/deploy.sh
+++ b/.tools/deploy.sh
@@ -20,11 +20,14 @@ gitclone https://gitlab.com/evol/evol-music.git music
cd tools/update
./createnew.sh
+check_error
./create_music.sh
+check_error
cp -r upload/* ../../clientdata/public
cd ../../clientdata
gitclone https://gitlab.com/4144/pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
+check_error
ls ../public