Skip to content

Commit

Permalink
Try setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Sep 17, 2024
1 parent 1411bf6 commit 9a62b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
sudo systemctl daemon-reload
sudo systemctl restart app-store-api
pwd
NODE_OPTIONS="--max-old-space-size=800" /home/goblin/.nvm/versions/node/v20.16.0/bin/node /home/goblin/.nvm/versions/node/v20.16.0/bin/npm run build
export PATH="/home/goblin/.nvm/versions/node/v20.16.0/bin:$PATH" && NODE_OPTIONS="--max-old-space-size=800" /home/goblin/.nvm/versions/node/v20.16.0/bin/npm run build
echo "Restart systemd service"
sudo systemctl restart app-store-frontend

0 comments on commit 9a62b7e

Please sign in to comment.