From f9ce38c46a5c8dde8b3aa5a334917f161f0cfdda Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Tue, 10 Dec 2024 09:41:56 +0100 Subject: [PATCH] refactor: by default deploy to wpdesk and octolize Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- gitlab-ci-1.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci-1.2.yml b/gitlab-ci-1.2.yml index 5f7bf2c..cae467b 100644 --- a/gitlab-ci-1.2.yml +++ b/gitlab-ci-1.2.yml @@ -13,7 +13,7 @@ variables: MINIMAL_WP_TESTED_UP: "6.2" MINIMAL_WC_TESTED_UP: "8.1" DEMO_DEPLOY_TARGETS: - value: "/(demo.wpdesk.org|demo.wpdesk.pl)/" + value: "/(wpdesk|octolize)/" description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets in a regexg expression. To support all possible targets just use \"/.*/\". Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices." stages: -- GitLab