Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed May 24, 2024
1 parent 1077eeb commit 75f5cff
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ jobs:

- name: Build Next.js app
run: pnpm build

- name: Check pnpm and pm2 installation
run: |
echo $(which pnpm)
echo $(which pm2)
echo $PATH
- name: Install pm2
run: |
npm install -g pm2
- name: Check pnpm and pm2 installation
run: |
echo $(which pnpm)
echo $(which pm2)
echo $PATH

- name: Deploy to Custom Server
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 75f5cff

Please sign in to comment.