From d45282751bc77d0c9f8106406d46f83efe4c6a31 Mon Sep 17 00:00:00 2001 From: dohodin Date: Sun, 15 Oct 2023 12:01:11 +0200 Subject: [PATCH] starlark --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)