-
SSH into the server:
ssh ccenewweb@research.iitmandi.ac.in
-
Start a Bash shell (if required):
/bin/bash
Update Application
-
Navigate to the app directory:
cd ~/app
-
Pull the latest changes from the main branch:
git pull origin main
Build and Deploy
- Run the build script from the home directory:
cd ~ ./build.sh