prod->uat
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
wangjun 2021-10-20 17:15:09 +08:00
parent 0c38448943
commit 9adddd60db

View File

@ -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}