#!/bin/bash
cd /home/sinq5562/BE-SBB-Testing || exit
# Pull latest changes
git pull || exit
# Optional: run composer/npm/etc.
# composer install --no-dev
# npm install && npm run build
