You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
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.