이렇게 하라고요?
This commit is contained in:
parent
b63ebff025
commit
5507ca317e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -17,8 +17,11 @@ jobs:
|
||||||
needs: checkout
|
needs: checkout
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd /home/neko/Workspace/Git/imnyang/imnyang
|
|
||||||
- run: git pull
|
- run: git pull
|
||||||
|
working-directory: /home/neko/Workspace/Git/imnyang/imnyang
|
||||||
- run: bun install
|
- run: bun install
|
||||||
|
working-directory: /home/neko/Workspace/Git/imnyang/imnyang
|
||||||
- run: bun run build
|
- run: bun run build
|
||||||
|
working-directory: /home/neko/Workspace/Git/imnyang/imnyang
|
||||||
- run: pm2 restart imnya.ng > /dev/null 2>&1
|
- run: pm2 restart imnya.ng > /dev/null 2>&1
|
||||||
|
working-directory: /home/neko/Workspace/Git/imnyang/imnyang
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue