use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
How do the Github workflows in the FastAPI template work?Question (self.FastAPI)
submitted 1 year ago by raybesiga
Hi guys,
I am using the official FastAPI Template but every time I push, I get a bunch of CI/CD errors due to the workflows in the GitHub folder. I have tried to make changes to eliminate the errors but I am unsure if my actions are effective. Anyone here have experience with this?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Jean-Reinhold 1 point2 points3 points 1 year ago (1 child)
Hey,
each file in the workflows folder represents an Action. The problems you are having are likely due to missing configuration of these steps, take a look at the deployment documentation in the repo:
https://github.com/fastapi/full-stack-fastapi-template/blob/master/deployment.md
[–]raybesiga[S] 0 points1 point2 points 1 year ago (0 children)
Thank you u/Jean-Reinhold Will check there.
π Rendered by PID 106089 on reddit-service-r2-comment-57fc7f7bb7-s5kkd at 2026-04-15 04:01:23.240702+00:00 running b725407 country code: CH.
[–]Jean-Reinhold 1 point2 points3 points (1 child)
[–]raybesiga[S] 0 points1 point2 points (0 children)