Skip to content

Commit

Permalink
dploy
Browse files Browse the repository at this point in the history
  • Loading branch information
txiami authored Jun 2, 2024
1 parent fa9d607 commit d475514
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,16 @@ jobs:
script: |
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/node --version
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/npm --version
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/npm --version
cd /home/ubuntu/frontend/WallDreams
pwd
ls -l
# Build the project
/home/ubuntu/.nvm/versions/node/v20.13.1/bin/npm run build
npm run build
# Restart nginx service
sudo systemctl restart nginx

0 comments on commit d475514

Please sign in to comment.