From ed3fdda98ee83c79edc56474088da53d1137b66d Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 23 Jan 2026 01:15:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fba7d6..4aa0776 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ default: # ----------------------------------------- deploy:staging: stage: deploy - + tags: + - staging variables: TARGET_PATH: "${FTP_PATH_STAGING}" CONFIG_ENV_DIR: "config/staging"