12 lines
136 B
Bash
Executable File
12 lines
136 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cd /apps/think
|
|
git checkout main
|
|
git pull
|
|
|
|
pnpm install
|
|
pnpm run build
|
|
|
|
pm2 reload @think/server
|
|
pm2 reload @think/client
|