프로젝트 배포

  • group variable

    • PROJECT_PATH

    • 나머지 test, postgres 관련 disable 처리 하는 값들

    • gitlab registry 사용

      • CI_REGISTRY : registry.gitlab.com

      • CI_DEPLOY_USER : gitlab-registry

      • CI_DEPLOY_PASSWORD : glpat-CYKz-AeLsEShRmon1_q9

  • auto deploy image

    • docker build -t your-dockerhub-username/auto-deploy-image:v1.0-beta .

    • docker build -t your-dockerhub-username/auto-deploy-image:v1.0-beta .

  • gitlab-ci

    • deploy image 경로 추가

      • docker.io/hunsman/auto-deploy-image:v1.0-beta

  • nestjs-boilerplate pipeline 실행

    • 본인 인증

Last updated

Was this helpful?