diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f5fbb52..19bf0ba 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -14,7 +14,7 @@ git push origin main ssh "$HOST" DEST="$DEST" APPS_DIR="$APPS_DIR" bash <<'SCRIPT' set -e -cd "$DEST" && git pull origin main && bun run build +cd "$DEST" && git pull origin main && bun install && bun run build echo "=> Syncing default apps..." for app_dir in "$DEST"/apps/*/; do