Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
9d693977
Commit
9d693977
authored
6 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
add review apps
parent
904da717
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+29
-0
29 additions, 0 deletions
.gitlab-ci.yml
with
29 additions
and
0 deletions
.gitlab-ci.yml
+
29
−
0
View file @
9d693977
...
...
@@ -36,6 +36,35 @@ ngbuild:
paths
:
-
"
$BUILD_DIR"
review
:
stage
:
review
script
:
-
rsync -av --delete public /srv/nginx/pages/$CI_BUILD_REF_SLUG
environment
:
name
:
review/$CI_BUILD_REF_NAME
url
:
http://$CI_BUILD_REF_SLUG.$APPS_DOMAIN
on_stop
:
stop_review
only
:
-
branches
except
:
-
master
tags
:
-
nginx
stop_review
:
stage
:
review
script
:
-
rm -rf public /srv/nginx/pages/$CI_BUILD_REF_SLUG
variables
:
GIT_STRATEGY
:
none
when
:
manual
environment
:
name
:
review/$CI_BUILD_REF_NAME
action
:
stop
tags
:
-
nginx
deploy
:
stage
:
deploy
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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