diff --git a/gitlab-ci-1.2.yml b/gitlab-ci-1.2.yml
index 33afb8b182f52e3fecc779b62f4489b3e7301165..35b0ec9595a0721c272c5e84629699ed2d0a0430 100644
--- a/gitlab-ci-1.2.yml
+++ b/gitlab-ci-1.2.yml
@@ -12,6 +12,9 @@ variables:
   CONTRIBUTORS: "wpdesk,dyszczo,grola,piotrpo,marcinkolanko"
   MINIMAL_WP_TESTED_UP: "6.2"
   MINIMAL_WC_TESTED_UP: "8.1"
+  DEMO_DEPLOY_TARGETS:
+    value: "demo.wpdesk.org,demo.wpdesk.pl"
+    description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets separated by `,`. You may also use short name for deploy target, like \"wpdesk,octolize\" to support both wpdesk and both octolize targets. Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices."
 
 stages:
   - prepare-vendor
diff --git a/includes/deploy/demo.yml b/includes/deploy/demo.yml
index af344a8d4643077334f0bf998c323f0f4dba583d..a1605a5c60ebdc7fee0c7dc9665649e8fbfe899f 100644
--- a/includes/deploy/demo.yml
+++ b/includes/deploy/demo.yml
@@ -1,9 +1,5 @@
 deploy:demo:
   image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/amazon-svn-deploy:24.09
-  variables:
-    DEMO_DEPLOY_TARGETS:
-      value: "demo.wpdesk.org,demo.wpdesk.pl"
-      description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets separated by `,`. You may also use short name for deploy target, like \"wpdesk,octolize\" to support both wpdesk and both octolize targets. Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices."
   environment:
     name: $DEPLOY_SERVER
     url: https://$DEPLOY_SERVER