Commit 3adaf1

2026-04-13 06:55:53 Anonymous: Initial commit
/dev/null .. hub page update.md
@@ 0,0 1,21 @@
+ # 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:
+
+ ```bash
+ 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