From c659dcc2d4e5681b4fe8d392d3c6a320c740a24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 13:30:38 +0700 Subject: [PATCH] Deployment instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c6a6b..66dbf64 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Make use of the many generators for code, try `pnpm ember help generate` for mor ### Deploying -Specify what it takes to deploy your app. +- `git push 5apps master` (needs collaborator permission on 5apps) +- Or deploy `release/` to any static file host (ideally routing all 404s to + `index.html` for launching with client-side routes to work) ## Further Reading / Useful Links