서비스 노출 비활성화

This commit is contained in:
imnyang 2025-05-02 22:58:35 +09:00
commit 9d16d743e8

View file

@ -21,7 +21,7 @@ jobs:
- run: git pull
- run: bun install
- run: bun run build
- run: pm2 restart imnya.ng
- run: pm2 restart imnya.ng > /dev/null 2>&1
replace:
name: Replace Old Build with New Build