2021. 12. 1. 19:28ㆍ서버 프로그래밍
How To Set Up a Continuous Deployment Pipeline with GitLab CI/CD on Ubuntu 18.04 | DigitalOcean
In this tutorial you are going to build a continuous deployment pipeline with GitLab. You will configure the pipeline to build a Docker image, push it to the GitLab container registry, and deploy it to your server using SSH. The pipeline will run for
www.digitalocean.com
https://docs.docker.com/engine/install/debian/
Install Docker Engine on Debian
docs.docker.com
https://tsi-ccdoc.readthedocs.io/en/master/ResOps/2019/gitlab/03_run-docker-image.html
Exercise 3: Download and run the docker image from your gitlab project — tsi-cc 1.0 documentation
Introduction If your pipeline ran to completion in the previous exercise, you can now go to the Packages tab on your project page, then to Container Registry. If you’re on gitlab.ebi.ac.uk, the interface is different (as of 2019-07-07), and you can just
tsi-ccdoc.readthedocs.io
https://allroundplaying.tistory.com/55
Gitlab CI Variables 환경변수 알아보기
ref : Gitlab CI > Variables GitLab CI를 사용하여 Runner를 쓸 때, 기본적으로 세팅되어 있는 환경변수를 쓰면 편리한 경우가 있다 ex ) 동일한 컨테이너를 쓰는데 현 프로젝트를 알아야 하는 경우 CI_PROJEC
allroundplaying.tistory.com
https://docs.gitlab.com/ee/ci/variables/index.html
GitLab CI/CD variables | GitLab
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
docs.gitlab.com