Skip to content

Commit

Permalink
Update README for deploys.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jul 8, 2024
1 parent 5b2850b commit aadd2eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aadd2eb

Please sign in to comment.