From 9adddd60db6b7210889ef679626a4828ea0b5d97 Mon Sep 17 00:00:00 2001 From: wangjun Date: Wed, 20 Oct 2021 17:15:09 +0800 Subject: [PATCH] prod->uat --- cicd/.drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/.drone.yml b/cicd/.drone.yml index d4e79c2..53f33d6 100644 --- a/cicd/.drone.yml +++ b/cicd/.drone.yml @@ -21,7 +21,7 @@ steps: dockerfile: cicd/Dockerfile repo: registry.amtcloud.cn/wangjun/phptest tags: - - prod-${DRONE_BUILD_NUMBER} + - uat-${DRONE_BUILD_NUMBER} registry: registry.amtcloud.cn username: from_secret: user_registry_amtcloud @@ -44,7 +44,7 @@ steps: git_password: from_secret: psw_drone_gitea project_path: ${DRONE_REPO} - target_env: prod + target_env: test image_name: registry.amtcloud.cn/wangjun/phptest image_tag: uat-${DRONE_BUILD_NUMBER} ref_commit: ${DRONE_COMMIT}