Answer the question
In order to leave comments, you need to log in
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
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
On Github - Github Actions.
https://towardsdatascience.com/introduction-to-git...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question