Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jul 2, 2023
1 parent be304a9 commit 1f70747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
sudo git commit -m "asdf"
sudo git pull origin main --rebase
# sudo rm -rf ./node_modules
# sudo npm ci --force
sudo pnpm install
# sudo npm run build
sudo pnpm build
sudo npm ci --force
sudo npm run build
# sudo pnpm install
# sudo pnpm build
# pm2 reload grese-client --update-env
sudo pm2 restart grese-client
free -h && sudo sysctl -w vm.drop_caches=3 && sudo sync && echo 3 | sudo tee /proc/sys/vm/drop_caches && free -h

0 comments on commit 1f70747

Please sign in to comment.