Skip to content

Commit

Permalink
Merge pull request #540 from ertush/hotfix
Browse files Browse the repository at this point in the history
Added cwd function in the ci.yml
  • Loading branch information
ertush authored Nov 18, 2024
2 parents 79c8f53 + b2b9b0d commit 74f2da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: console.log(process.cwd())
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm dlx pm2 startOrRestart kmhfr --env local
- run: pnpm dlx pm2 startOrRestart /var/www/kmhfr/ecosystem.config.js --env local
- run: pnpm dlx pm2 save

# test:
Expand Down

0 comments on commit 74f2da1

Please sign in to comment.