Allowing for UAT deployment to happen automatically

This commit is contained in:
2026-03-08 12:52:07 +02:00
parent 7fd69b8265
commit eeac0b1e83

View File

@@ -106,11 +106,6 @@ steps:
- docker stop webapitest || true
- docker rm webapitest || true
- docker run -d --name webapitest -p 4000:80 khwezi/webapitest:latest
when:
event:
- promote
target:
- uat
- name: prod
image: appleboy/drone-ssh