Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Sep 11, 2024
1 parent 28c638d commit 1ab833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
command_timeout: 5m
script: cd ${{ secrets.APP_PATH }} && git pull && npm run build && rm -rf prod_build && cp -rf build prod_build
script: cd ${{ secrets.APP_PATH }} && git pull && npm run build && sudo systemctl stop nginx && rm -rf prod_build && cp -rf build prod_build && sudo systemctl start nginx

0 comments on commit 1ab833e

Please sign in to comment.