refactor: rename bin to scripts

This commit is contained in:
fantasticit 2022-04-24 22:18:25 +08:00
parent 137422b1e0
commit a3cb27ba12
3 changed files with 11 additions and 0 deletions

11
scripts/README.md Normal file
View File

@ -0,0 +1,11 @@
# scripts
该目录下包含两个脚本。
## `deploy.sh`
在服务端首次部署时使用,依赖 `nodejs`、`pnpm` 和 `pm2`
## `update.sh`
项目更新时使用,配合 `webhook` 实现自动化部署。