Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack authored Sep 29, 2024
1 parent d21547a commit 2be3966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
script: |
node -v
cd scholarx-frontend
git pull
npm install
npm run build
echo "build successful"
sudo cp -r dist/* /var/www/scholarx/
sudo systemctl restart nginx

0 comments on commit 2be3966

Please sign in to comment.