This commit is contained in:
2025-08-22 17:12:36 +02:00
parent 9af7391564
commit 1c7ca235a6
6 changed files with 12 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ pnpm install
pnpm run build
# local mirror (optional)
# rsync -rav --delete dist/ "${HOME}/hero/var/www/$PREFIX/"
rsync -rav --delete dist/ "${HOME}/hero/var/www/$PREFIX/"
# deploy to veda server
rsync -avz --delete out/ "root@veda.info:/root/hero/www/info/$PREFIX/"