Learn how to automatically deploy the Docker image of your application to your own server using GitLab CI/CD!
Create the Docker Image: • How To Create A Docker Image For Your Node...
For the PAT: https://gitlab.com/-/profile/personal...
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...
---
Discord Community: https://pgnt.xyz/discord
---
00:00 - Introduction
00:50 - Store Docker image in GitLab Container Registry
01:02 - Create a PAT
01:28 - Log into container registry
02:04 - Run application container
02:35 - Create the GitLab Pipeline
02:47 - Generate SSH Key
03:30 - Set pipeline variables
04:29 - Create the pipeline
04:51 - Publish job
05:13 - Deploy job
05:50 - Check that it works
06:13 - Conclusion