diff --git a/.drone.star b/.drone.star index cd925ef..7b1e0bf 100644 --- a/.drone.star +++ b/.drone.star @@ -151,7 +151,7 @@ def main(ctx): pipeline["steps"].append(generate_swashbuckle) pipeline["steps"].append(deploy_swagger) pipeline["steps"].append(docker_build_and_push) - pipeline["steps"].append(deploy_container) + pipeline["steps"].append(deploy_app) pipeline["steps"].append(deploy_container_mariadb) if "[database]" in ctx.build.message: @@ -173,7 +173,7 @@ def main(ctx): pipeline["steps"].append(generate_swashbuckle) pipeline["steps"].append(deploy_swagger) pipeline["steps"].append(docker_build_and_push) - pipeline["steps"].append(deploy_container) + pipeline["steps"].append(deploy_app) pipeline["steps"].append(deploy_container_mariadb)