Add Heroku auto-deploy via container registry#42
Merged
reverentgeek merged 2 commits intomainfrom Feb 25, 2026
Merged
Conversation
Add a GitHub Actions workflow that builds and deploys all three services (auth, api, app) to Heroku on every push to main. Dockerfiles are updated to map Heroku's dynamic PORT env var to each service's expected port variable, with backward-compatible fallback to existing defaults. post_logout_redirect_uris is now configurable via POST_LOGOUT_REDIRECT_URI env var to support non-localtest.me deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents the end-to-end process for deploying to Heroku: app creation, secret generation, config vars, GitHub Actions secret, and manual/CI deploy steps. All generated secrets use placeholders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main, withworkflow_dispatchfor manual triggersPORTenv var to each service's expected port variable, with backward-compatible fallbackpost_logout_redirect_urisconfigurable viaPOST_LOGOUT_REDIRECT_URIenv vardocs/heroku-setup.mddocumenting the full setup process (app creation, secrets, config vars, deploy steps)Test plan
/.well-known/openid-configurationreturns valid config/public/healthreturns healthymain🤖 Generated with Claude Code