Answer the question
In order to leave comments, you need to log in
Project Deployment Example (CI/CD)?
Good day!
I am a first year student, now studying CI/CD.
There are questions about deploying applications on a production server.
I don’t see a general picture, or sensible examples. I have a project (website) in Flask (Python). I'm going to deploy this project to a server but don't know how to make a CD. I can't say more, I just don't know.
Therefore, I ask you, if available, to provide good examples of setting up continuous delivery from and to, in order to finally understand this.
Thank you!
Answer the question
In order to leave comments, you need to log in
Do you know how to deploy the application manually? If yes, then write down the steps how. For example:
1) get code from repository
2) run static code analize
3) security scanner
4) unit tests
Etc.
If everything went well - deploy
1) copy
2) configure
3) reload
4) check
When you figure it out, read the descriptions and examples of any CI / CD and adjust it to your scenario.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question