R
R
roqueford2019-11-14 18:42:22
Continuous Integration
roqueford, 2019-11-14 18:42:22

How to set up deploy (releases) in gitlab CI?

Now, when the runner starts, it downloads the changes from the git to the same folder.
What needs to be done so that when the runner starts, it pulls the code from the git into a new folder, for example "release_1", next time "release_2", etc. (so that later the folder with the project changes the link to the new release). and store the last 10 releases.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
szelga, 2019-11-14
@szelga

it is not clear why to store the code somewhere in separate directories, it is already in the repository anyway.
as for the already compiled and built project, this is implemented through build artifacts: https://docs.gitlab.com/ee/user/project/pipelines/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question