From b415e45a9c8a8158dd75c28e8b8f248e895d1d18 Mon Sep 17 00:00:00 2001 From: teddy Date: Thu, 17 Apr 2025 16:07:09 +0700 Subject: [PATCH] update --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac852ab..91072b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,9 @@ stages: build_image: stage: build_image script: - - cp $ENV $CI_PROJECT_DIR/.env + - cp $ENV $CI_PROJECT_DIR/.env + - echo "Isi file .env:" + - cat .env - docker build -t 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID . - docker push 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID environment: