Merge pull request 'test' (#104) from test into main
Some checks failed
continuous-integration/drone Build was killed

Reviewed-on: #104
This commit was merged in pull request #104.
This commit is contained in:
2026-04-04 16:36:26 +02:00

View File

@@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: build-and-package
name: build-test-publish-deploy
steps:
- name: build-test-publish
@@ -29,12 +29,6 @@ steps:
commands:
- 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
image: appleboy/drone-ssh
settings:
@@ -50,9 +44,3 @@ steps:
environment:
DOCKER_USERNAME: { from_secret: docker_username }
DOCKER_PASSWORD: { from_secret: docker_password }
trigger:
event:
- promote
target:
- uat