Skip to content

Delete the Makefile - #191

Merged
brianglass merged 2 commits into
mainfrom
delete-makefile
Aug 17, 2026
Merged

Delete the Makefile#191
brianglass merged 2 commits into
mainfrom
delete-makefile

Conversation

@brianglass

Copy link
Copy Markdown
Owner

Summary

Its last remaining use was the `firebase` target for manually deploying Firebase Hosting -- now automated by the main Cloud Build trigger's `ExtractStatic`/`FirebaseDeploy` steps (#189), which just proved out successfully in production. The other targets (`docker`/`run`/`uvicorn`/`deploy`/`test`) are all superseded by `docker compose`, which is what this whole session's local dev/testing has used throughout.

Supersedes #187 (which added the `collectstatic`/`firebase` Makefile targets this removes before they ever merged) -- closing that PR as part of this.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3

Its remaining use was the firebase target for manually deploying
Firebase Hosting -- now automated as part of the main Cloud Build
trigger (ExtractStatic/FirebaseDeploy steps in cloudbuild.yaml, see
#189), making the manual deploy path (and the docker/run/uvicorn/deploy/
test targets alongside it, all superseded by docker compose) dead
weight.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3
@brianglass
brianglass merged commit 1f4a98a into main Aug 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant