prod->uat
This commit is contained in:
parent
0c38448943
commit
9adddd60db
@ -21,7 +21,7 @@ steps:
|
|||||||
dockerfile: cicd/Dockerfile
|
dockerfile: cicd/Dockerfile
|
||||||
repo: registry.amtcloud.cn/wangjun/phptest
|
repo: registry.amtcloud.cn/wangjun/phptest
|
||||||
tags:
|
tags:
|
||||||
- prod-${DRONE_BUILD_NUMBER}
|
- uat-${DRONE_BUILD_NUMBER}
|
||||||
registry: registry.amtcloud.cn
|
registry: registry.amtcloud.cn
|
||||||
username:
|
username:
|
||||||
from_secret: user_registry_amtcloud
|
from_secret: user_registry_amtcloud
|
||||||
@ -44,7 +44,7 @@ steps:
|
|||||||
git_password:
|
git_password:
|
||||||
from_secret: psw_drone_gitea
|
from_secret: psw_drone_gitea
|
||||||
project_path: ${DRONE_REPO}
|
project_path: ${DRONE_REPO}
|
||||||
target_env: prod
|
target_env: test
|
||||||
image_name: registry.amtcloud.cn/wangjun/phptest
|
image_name: registry.amtcloud.cn/wangjun/phptest
|
||||||
image_tag: uat-${DRONE_BUILD_NUMBER}
|
image_tag: uat-${DRONE_BUILD_NUMBER}
|
||||||
ref_commit: ${DRONE_COMMIT}
|
ref_commit: ${DRONE_COMMIT}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user