From 595d09eb8182623bd9081dc15bfbf0e16503ab4f Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 28 Apr 2025 23:32:06 +0700 Subject: [PATCH] feat: update gitlab ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ee55a2..0f74292 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build-dev: only: - main - dev-restructure - - dev-main + - prod image: docker:stable services: - name: docker:dind @@ -16,8 +16,8 @@ build-dev: script: - docker logout - docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900 - - docker build -t 103.82.242.92:8900/humas/web-humas-fe:dev . - - docker push 103.82.242.92:8900/humas/web-humas-fe:dev + - docker build -t 103.82.242.92:8900/humas/web-humas-fe:prod . + - docker push 103.82.242.92:8900/humas/web-humas-fe:prod auto-deploy: stage: deploy