Skip to content

Commit

Permalink
Updated github actions yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazkun committed Sep 8, 2024
1 parent 9d3cfd8 commit 9faefd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
yarn install
yarn test:unit
yarn build
pm2 restart introvue || pm2 start "yarn preview --host" --name "introvue"
/root/.nvm/versions/node/v20.17.0/bin/pm2 restart introvue || /root/.nvm/versions/node/v20.17.0/bin/pm2 start "yarn preview --host" --name "introvue"
EOF

0 comments on commit 9faefd3

Please sign in to comment.