Blame
| 3adaf1 | Anonymous | 2026-04-13 06:55:53 | 1 | # Hub Page Update |
| 2 | ||||
| 3 | # FlaskHub: Deployment Guide (for Developers) |
|||
| 4 | ||||
| 5 | > ✅ Always deploy from the `master` branch. |
|||
| 6 | ||||
| 7 | 1. **Commit and push your changes.** |
|||
| 8 | If you're working on a feature branch: |
|||
| 9 | ||||
| 10 | ```bash |
|||
| 11 | git add . |
|||
| 12 | git commit -m "Your message here" |
|||
| 13 | git push origin your-branch-name |
|||
| 14 | ||||
| 15 | ssh dev@20.5.184.145 |
|||
| 16 | ||||
| 17 | cd FlaskHub |
|||
| 18 | ||||
| 19 | git pull origin master |
|||
| 20 | ||||
| 21 | ./restart.sh |
