Removed promotion trigger
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -29,12 +29,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- trivy image --image-src remote --exit-code 1 --severity CRITICAL nexus.khongisa.co.za/webapitest:${DRONE_BUILD_NUMBER}
|
- trivy image --image-src remote --exit-code 1 --severity CRITICAL nexus.khongisa.co.za/webapitest:${DRONE_BUILD_NUMBER}
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: deploy-to-uat
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: uat-deployment
|
- name: uat-deployment
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
@@ -50,9 +44,3 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
DOCKER_USERNAME: { from_secret: docker_username }
|
DOCKER_USERNAME: { from_secret: docker_username }
|
||||||
DOCKER_PASSWORD: { from_secret: docker_password }
|
DOCKER_PASSWORD: { from_secret: docker_password }
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- promote
|
|
||||||
target:
|
|
||||||
- uat
|
|
||||||
Reference in New Issue
Block a user