diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0af1183..d7a5902 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,9 +14,6 @@ if [ -n "$(git status --porcelain)" ]; then exit 1 fi -bun run build -git commit -am "update build.js" - git push origin main git push gitea main