Skip to content

Commit

Permalink
fix: cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Sep 20, 2023
1 parent 59e3d71 commit 24593e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: |
echo "${{ secrets.ENV_FILE }}" > .env.local
- run: sudo npm ci
- run: sudo npm run build --if-present
- run: sudo pm2 restart aesculapia-website
- run: npm ci
- run: npm run build --if-present
- run: pm2 restart aesculapia-website

0 comments on commit 24593e2

Please sign in to comment.