D
D
Denis2019-06-05 10:14:08
teamcity
Denis, 2019-06-05 10:14:08

How to implement automatic deployment of Python projects using TeamCity?

Good afternoon!
In our company, there was a need to implement an automatic deploy of our application to a test bench (Windows machine). The application consists of a server, a client and a web server.
Of the tools, we have TeamCity, which we use for automatic builds.
I haven't been in this area for a long time, so I don't know where to start. I would appreciate any help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2019-06-05
@DeadMouse

Deploy manually using only console commands.
Remember everything that you have done, write a script from this, create a job in teamcity with this script and run it.
If necessary, install the necessary software on the test bench (git/bash/etc). You may need another teamcity agent installed directly on a test Windows machine.

I
Ivan Shumov, 2019-06-05
@inoise

From reading manuals on the Teamcity website, not a toaster where one and a half devops

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question