이렇게 하라고요?

This commit is contained in:
imnyang 2025-05-02 23:02:03 +09:00
commit 5507ca317e

View file

@ -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