Update .gitlab-ci.yml file

This commit is contained in:
2026-01-23 01:15:16 +01:00
parent b6e49c8ad8
commit ed3fdda98e

View File

@@ -17,7 +17,8 @@ default:
# ----------------------------------------- # -----------------------------------------
deploy:staging: deploy:staging:
stage: deploy stage: deploy
tags:
- staging
variables: variables:
TARGET_PATH: "${FTP_PATH_STAGING}" TARGET_PATH: "${FTP_PATH_STAGING}"
CONFIG_ENV_DIR: "config/staging" CONFIG_ENV_DIR: "config/staging"