Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
97e21b13
Verified
Commit
97e21b13
authored
6 months ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
fix: move variable to global pipeline definition
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
d3bf4015
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab-ci-1.2.yml
+3
-0
3 additions, 0 deletions
gitlab-ci-1.2.yml
includes/deploy/demo.yml
+0
-4
0 additions, 4 deletions
includes/deploy/demo.yml
with
3 additions
and
4 deletions
gitlab-ci-1.2.yml
+
3
−
0
View file @
97e21b13
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
includes/deploy/demo.yml
+
0
−
4
View file @
97e21b13
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment