gitlab-ci

GitLab Community Edition. Is there a limit on the number of gitlab-runners used?

We are going to deploy a stand for testing the CI chain in GitLab, but there are concerns that we will not meet the GitLab-ru ... itlab itself, I did not find the answer I needed. Tell me how to view or at least find the info how many runners can be used?

Gitlab CI. Remote: You are not allowed to upload code

Authorization in repositories by ssh-key. I'm trying to put a tag on the current commit with the package version at the end o ... the list of Deploy Keys. Prdeposition is also that it is because the runner is already registered and he does not need a key?

How do I solve the "This job is stuck because you don't have any active runners that can run this job" problem?

I need to set up a project deployment to the server via ssh. Generated the ssh key and wrote the following script .gitlab-ci. ... t can run this job. Go to Runners page In the settings section, there are several views, how and which one should be created?

Why do we need werf?

The question is certainly lengthy and vague. But still. Here we have a cluster. Here we have gitlab-ci (for example). The ap ... before. To me (from my Nup point of view) it seems like an unnecessary add-on. Please explain what the shipyard's mission is?

How to optimize the deployment via docker-compose?

We implemented the deployment via GitLab CI and docker-compose. During the deployment process, the file docker-compose.yml an ... /etc/nginx/conf.d/default.conf Dockerfile for the mysql service FROM mysql:5.7 HEALTHCHECK CMD mysqladmin ping --silent

Can Gitlab CI build from GitHub?

Actually, the main question is in the title. I am interested in the ability to collect open source projects from github in my ... ility, then tell me how it is implemented. The option to move the project to Gitlab is not suitable.

Deploying the REST API (nodejs + express.js) on a VPS

I'm developing a REST API on express.js, tested everything locally, uploaded it to the VPS, and then there were questions: ... course, I read about PM2, GitLab CI, but I have no experience, and there is a lot of information, I would like to get advice.