- Push to GitHub → a Docker image builds → your app deploys to your unique URL.
- Fork this repo.
- Ask the instructor for your subdomain (e.g.,
student17.owlhacks-deploy-now.xyz).
- In your fork, go to Settings → Secrets and variables → Actions and add:
STUDENT_HOST = your assigned subdomain.
- Push any change (e.g., edit
resources/views/welcome.blade.php).
- Watch Actions →
Build & Deploy → when it’s green, open https://YOUR_STUDENT_HOST.
docker compose -f compose.local.yml up --build
# open http://localhost:8080