Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tls-tracking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
tls-tracking
Merge requests
!1
Resolve "Setup automatic deployment"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Setup automatic deployment"
1-setup-automatic-deployment
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Frank Sauerburger
requested to merge
1-setup-automatic-deployment
into
master
6 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Closes
#1 (closed)
Edited
6 years ago
by
Frank Sauerburger
0
0
Merge request reports
Viewing commit
3b3ff8a8
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
3b3ff8a8
Use non-production brunch build
· 3b3ff8a8
Frank Sauerburger
authored
6 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -25,7 +25,7 @@ brunch_build:
before_script
:
-
npm i -g brunch
script
:
-
brunch b
-p
-
brunch b
artifacts
:
paths
:
-
public/*
Loading