From 0944f82a81d5f0e5af3309d1bb9d6f1df25b8250 Mon Sep 17 00:00:00 2001 From: dohodin Date: Sun, 15 Oct 2023 12:00:41 +0200 Subject: [PATCH] starlark --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 708f5c2..cd925ef 100644 --- a/.drone.star +++ b/.drone.star @@ -138,7 +138,7 @@ def main(ctx): "CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD": { "from_secret": "db_password" } - } + }, "depends_on": ["deploy-app"] }