Skip to content

Commit

Permalink
Update studio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocyss committed Dec 21, 2024
1 parent 1d2bbff commit 26944f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
rm -rf old_output
mv .output old_output
wget https://github.com/Ocyss/QBlog/releases/latest/download/release.tgz -O output.tgz
tar -zxvf output.tgz
${{ secrets.PM2_PATH || 'pm2' }} reload ecosystem.config.js
mkdir -p .output && tar -zxvf output.tgz -C .output
${{ secrets.PM2_PATH || 'pm2' }} reload ecosystem.config.js

0 comments on commit 26944f0

Please sign in to comment.