✨ Add fastapi cloud setup-ci#157
Open
savannahostrowski wants to merge 10 commits intofastapilabs:mainfrom
Open
✨ Add fastapi cloud setup-ci#157savannahostrowski wants to merge 10 commits intofastapilabs:mainfrom
fastapi cloud setup-ci#157savannahostrowski wants to merge 10 commits intofastapilabs:mainfrom
Conversation
patrick91
reviewed
Feb 19, 2026
Collaborator
patrick91
left a comment
There was a problem hiding this comment.
This is great, I left some comments, but I'm excited to see this in soon!
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.
Closes https://github.com/fastapilabs/cloud/issues/2832
Some notes on the UX:
Preconditions (exit early if not met)
.fastapicloud/cloud.json) --> otherwise, users will see a message to log in or runfastapi deploy.Happy Path UX
git symbolic-ref refs/remote/origin/HEAD(falls back to main if the command fails)GitHub Actions — owner/repoFASTAPI_CLOUD_TOKENandFASTAPI_CLOUD_APP_IDas repo secrets viagh secret set--secrets-only):deploy.ymlalready exists (and no--fileflag): prompt to overwrite, enter a new name, or skip--filepassed: writes to.github/workflows/<name>.github/workflows/deploy.ymlAvailable Flags:
--branch/-b— override deploy branch (default: main)--secrets-only/-s— skip writing the workflow file, just set the secrets in the repo--dry-run/-d— preview without changes--file/-f— custom workflow filename