update script

This commit is contained in:
yigid balaban 2024-08-09 18:12:02 +03:00
parent 29ceab6753
commit 45d687f10a
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

View File

@ -6,6 +6,8 @@ git fetch && git pull
rm -r ../public
rm -r ../templates
mv -t ../ dist/public
mkdir ../public
cp -r dist/public/* ../public
chown gitea:gitea -R ../public
service gitea restart