GitLab CI CD Tutorial For Beginners | Continuous Deployment of Node JS app with GitLab CI

preview_player
Показать описание

We will have 4 stages:

1. Build
2. Test
3. Release
4. Deploy

------------------------------------------------------------------------------
How to build image and push to container registry:
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
GitLab maven pipeline:
---------------------------------------------------------------------------
----------------------------------------------------------------------------
---------------------------------------------------------------------------
======================================
Follow me @:
=======================================
Music credit: "Royalty Free Music from Bensound"
Рекомендации по теме
Комментарии
Автор

I finally get it, I didn't know what that was for. I have never had to work with CI/CD or docker but now I need it for a project. Thank you very much, you have opened my vision

GregorGonzalez
Автор

Thanks I recently came across this channel and feels like lots of useful videos here. Thanks again for taking effort and creating videos. Keep posting.

bhaskardixit
Автор

Thank you it's my first time using CI/CD with you

ayoubjamouhi
Автор

Great video! Would be awesome with a video showing the CI/CD flow of a containerized app being deployed to a Kubernetes cluster. Preferably using one of the more commonly used templating tools like Helm or Kustomize. Perhaps even to multiple namespaces according to a CD process

axellindholm
Автор

very good video thanks a lot i really enjoy watching it .I will be thankful if you talk about continous deployment of node js app with gitlab ci and ssh

mounag
Автор

great video, would like to see this with Kubernetes

mikedrake
Автор

Thanks, great tutorial (thanks a lot).
Encountered two glitches with self hosted docker gitlab-runners:
Using "docker" executor gitlab-runners (themselves as docker containers), needed to "modify" the gitlab-runners config.toml "volumes" to:
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
and "npm test" was hanging until "modified" the "test" in package.json to add "--exit" to mocha:
"test": "./node_modules/.bin/mocha --exit ./test/test.js"

nicolasduclos-hindie
Автор

Thanks this is a great tutoral, do you by any chance have the project files to download for this?

holyindian
Автор

Hi this is vedio is very help full for me, could you please create vedion on Gitlab CICD Setup with kubernetes.

chandramouli
Автор

can you make a video about cicd with k8s ? thank you so much

donghuuhieu
Автор

Great video! That was so insightful. How do we deploy the code to a server running on AWS cloud? Do you have any resources for that?

ajayshastri
Автор

thank you for the video. I have a question. I dont understand, why you push the docker image to the hub? i think it will increase the deploy time.
Can we do the same thing without uploading the docker image to hub. Just build the docker image locally and start the container in docker?

fkbey
Автор

all that building and testing for me seems to run on the docker runner. Hwr, where does the production image run???

haemse
Автор

Where can we find the code repo including the ci.yml file?

CloudNativeAquatic
welcome to shbcf.ru