From aadd2eb81f739b46950440dfcd736f2f7974992d Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 8 Jul 2024 12:33:17 -0700 Subject: [PATCH] Update README for deploys. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f0d02f4..1a6353d 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,14 @@ Usage of unboundtest: -index string The path to the index.html (default "index.html") ``` + +## Deploying + +This service runs at https://unboundtest.com/, on fly.io. It uses a Docker image +automatically built in GitHub Actions and pushed to the the GitHub Container +Registry. The build is kicked off by pushes to the `main` branch, and pushes +the image to a `latest` tag. See .github/workflows. + +Once a set of changes is pushed and the latest image is built, if you have the +correct permissions (to jsha's Fly account), run `flyctl deploy` to redeploy the +service.