use public instead of dist

master
Dirk Heilig 2024-01-26 21:09:44 +01:00
parent d57c0fa00c
commit 8b2183760f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function update() {
git pull
make
mv /var/www/html /var/www/html-delme
mv dist/ /var/www/html
mv public/ /var/www/html
rm -rf /var/www/html-delme &
git reset --hard
}