mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-09-05 18:16:18 +03:00
Document production delivery
This commit is contained in:
@@ -41,6 +41,15 @@ bun run dev
|
|||||||
|
|
||||||
The service exposes `/healthz` and `/readyz` on port `8080`.
|
The service exposes `/healthz` and `/readyz` on port `8080`.
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
The VM-106 deployment uses the existing `/opt/miband-tracker` directory and the
|
||||||
|
`compose.vm106.yaml` file. Production images are published to GHCR and activated by
|
||||||
|
`.github/workflows/cd.yml` as immutable digests. Enable its deploy job with repository variable
|
||||||
|
`DEPLOY_ENABLED=true` and the secrets `DEPLOY_HOST`, `DEPLOY_USER`, `DEPLOY_SSH_PRIVATE_KEY`, and
|
||||||
|
`DEPLOY_KNOWN_HOSTS`. Keep `/opt/miband-tracker/secrets.env` and `/opt/miband-tracker/data` on the
|
||||||
|
server; the workflow does not copy either one.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[GNU GPL v3.0 or later](LICENSE).
|
[GNU GPL v3.0 or later](LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user