Skip to content

Commit

Permalink
Merge pull request #539 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated line 58 and 50 of github/workflow/ci.yml
  • Loading branch information
ertush authored Nov 18, 2024
2 parents 3c1140c + 832c0b1 commit 79c8f53
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 @@ -47,14 +47,15 @@ jobs:
if ! [[ `git remote -v | awk '{print $1}' | head -n 1` =~ 'origin' ]]; then git remote add origin ${{ github.server_url }}${{ github.username }}/${{ github.repository }}.git; fi
git stash;
git pull origin main;
echo `pwd`;
- name: Install dependencies and build app
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm dlx pm2 startOrRestart /home/runner/work/kmhfr/kmhfr/ecosystem.config.js --env local
- run: pnpm dlx pm2 startOrRestart kmhfr --env local
- run: pnpm dlx pm2 save

# test:
Expand Down

0 comments on commit 79c8f53

Please sign in to comment.