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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
bd9ce39e
Commit
bd9ce39e
authored
6 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
auto deploy for shop/repo
parent
d9fa654b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
gitlab-ci-free.yml
+5
-0
5 additions, 0 deletions
gitlab-ci-free.yml
gitlab-ci-shop.yml
+7
-0
7 additions, 0 deletions
gitlab-ci-shop.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
bd9ce39e
variables
:
DISABLE_FUNCTIONAL
:
1
DISABLE_ACCEPTANCE
:
1
DISABLE_PHP_5_5
:
1
include
:
'
https://gitlab.com/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
This diff is collapsed.
Click to expand it.
gitlab-ci-free.yml
0 → 100644
+
5
−
0
View file @
bd9ce39e
include
:
'
https://gitlab.com/wpdesk/gitlab-ci/raw/master/.gitlab-ci.yml'
deploy to repository
:
when
:
on_success
\ No newline at end of file
This diff is collapsed.
Click to expand it.
gitlab-ci-shop.yml
0 → 100644
+
7
−
0
View file @
bd9ce39e
include
:
'
https://gitlab.com/wpdesk/gitlab-ci/raw/master/.gitlab-ci.yml'
deploy to shop
:
when
:
on_success
deploy to demo
:
when
:
on_success
\ No newline at end of file
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