How To Deploy A Git Repository To A Server Using GitLab CI/CD

Опубликовано: 18 Март 2026
на канале: Programonaut
21,484
309

Learn how to deploy changes of a git repository to your own / a server using GitLab Ci/CD when you push them.

If my content helps and you want to support the channel, get me a coffee ☕: https://pgnt.xyz/kofi

Original Post: https://www.programonaut.com/how-to-d...
---
00:00 - Introduction
00:34 - Check user rights
00:50 - Create SSH Key
01:12 - Create CI Variables
02:03 - Create Pipeline
03:06 - Check that it works
03:11 - Conclusion