Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Mar 4, 2024
1 parent da940af commit ecf40f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: yarn install

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

- name: SSH Deploy
# Use the 'appleboy/ssh-action' action for SSH deployment
uses: appleboy/ssh-action@master
Expand All @@ -30,3 +36,4 @@ jobs:
yarn install
yarn build
pm2 reload hikka-next

0 comments on commit ecf40f0

Please sign in to comment.