diff --git a/build.sh b/build.sh index 793d5a5..ef925ec 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ cd "$(dirname "$0")" pnpm run build rsync -avz --delete dist/ root@threefold.info:/root/hero/www/info/threefoldgalaxy/ -rsync -rav --delete public/ ${HOME}/hero/var/www/threefoldgalaxy/ \ No newline at end of file +rsync -rav --delete dist/ ${HOME}/hero/var/www/threefoldgalaxy/ \ No newline at end of file