Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jun 30, 2023
1 parent f669593 commit 637fc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd /var/www/grese-client-dev
sudo git checkout staging
sudo git pull origin staging --rebase
sudo rm -rf ./node_modules
# sudo rm -rf ./node_modules
sudo npm ci --force
sudo npm run build
# pm2 reload grese-client-dev --update-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd /var/www/grese-client
sudo git checkout main
sudo git pull origin main --rebase
sudo rm -rf ./node_modules
# sudo rm -rf ./node_modules
sudo npm ci --force
sudo npm run build
# pm2 reload grese-client --update-env
Expand Down

0 comments on commit 637fc6d

Please sign in to comment.