I
I
ince2020-10-29 03:13:56
Software Deployment
ince, 2020-10-29 03:13:56

How to organize an auto-deploy?

What is the name of what I need?
There is a repository on gitlab/github with the project.
There is a server on which it is required to start the project.
I make a key to access my server, give it to gitlab.
As soon as I commit to the repository, the gitlab/github service enters my server and runs the script I specified.
How does is called? Which tool on github/github is responsible for this?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Yuriev, 2020-10-29
@ince

According to Gitlab, at the root of the project, the .gitlab-ci.yml file contains a list of all pipelines (assembly lines). Read more here

V
Vitaly Karasik, 2020-10-29
@vitaly_il1

On Github - Github Actions.
https://towardsdatascience.com/introduction-to-git...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question