Skip to content

Commit

Permalink
update: Implement PM2 deployment on CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Sep 14, 2023
1 parent b5b67f6 commit 6f35690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f35690

Please sign in to comment.