Enabled clone on deploy step
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Khwezi Mngoma
2026-03-14 12:27:43 +02:00
parent 8015b4013a
commit 36dfdfa2c4

View File

@@ -62,6 +62,9 @@ name: deploy
depends_on: depends_on:
- package - package
clone:
disable: true
steps: steps:
- name: uat - name: uat
image: appleboy/drone-ssh image: appleboy/drone-ssh
@@ -76,4 +79,4 @@ steps:
- docker pull khwezi/blazortest:latest - docker pull khwezi/blazortest:latest
- docker stop blazortest 2>NUL || echo "Container not running" - docker stop blazortest 2>NUL || echo "Container not running"
- docker rm blazortest 2>NUL || echo "Container not found" - docker rm blazortest 2>NUL || echo "Container not found"
- docker run -d --name blazortest --restart unless-stopped -e ASPNETCORE_ENVIRONMENT=Development -p 4001:7007 khwezi/blazortest:latest - docker run -d --name blazortest --restart unless-stopped -e ASPNETCORE_ENVIRONMENT=Development -p 400:7007 khwezi/blazortest:latest