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 |
