mirror of https://github.com/fantasticit/think.git
refactor: rename bin to scripts
parent
137422b1e0
commit
a3cb27ba12
|
@ -0,0 +1,11 @@
|
||||||
|
# scripts
|
||||||
|
|
||||||
|
该目录下包含两个脚本。
|
||||||
|
|
||||||
|
## `deploy.sh`
|
||||||
|
|
||||||
|
在服务端首次部署时使用,依赖 `nodejs`、`pnpm` 和 `pm2`。
|
||||||
|
|
||||||
|
## `update.sh`
|
||||||
|
|
||||||
|
项目更新时使用,配合 `webhook` 实现自动化部署。
|
Loading…
Reference in New Issue