Enabled clone on deploy step
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user