diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bf8ea5..397ad97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,3 +38,8 @@ jobs: pnpm install pnpm build working-directory: ./client + - name: Restart PM2 + run: | + touch pm2.config.js + echo "${{ secrets.PM2_CONFIG }}" | base64 --decode > pm2.config.js + pm2 restart pm2.config.js