i tried to build pipeline for python fastapi but it is just a basic one i am running it with a script.sh file i want to build a professional looking pipeline for my project can some one help me on this.
i am also attaching my pipeline here which i have made using my knowledge.
Hi Siddhant,
It's not clear what you mean by "professional looking pipeline".
The pipeline you posted here has two steps, one for building the app, and another one for deploying. The deployment step also has an after-script section where you connect to your server and execute the script script.sh (please keep in mind that with this definition, the command in the after-script will run even when the deployment fails).
What exactly do you want to do differently?
Kind regards,
Theodora
i am exploring other ways to deploy my python fastapi project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, you could follow the official guideline for Deployment Concepts
and choose your case, as the best practice, take a look into FastAPI in Containers - Docker
Best regard,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.