Hub Page Update

FlaskHub: Deployment Guide (for Developers)

✅ Always deploy from the master branch.

  1. Commit and push your changes.
    If you're working on a feature branch:

    git add .
    git commit -m "Your message here"
    git push origin your-branch-name
    

ssh dev@20.5.184.145

cd FlaskHub

git pull origin master

./restart.sh

0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9