ci: 添加自动部署脚本

This commit is contained in:
2026-01-25 22:10:46 +08:00
parent fc29ec880c
commit 081e2058bf
2 changed files with 114 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"format": "prettier --write ."
"format": "prettier --write .",
"deploy": "bash scripts/deploy.sh"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",