Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
nginx-proxy
Commits
60b53ae9
Commit
60b53ae9
authored
Nov 25, 2021
by
Florian Heder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Specify runners
parent
ee2599f5
Pipeline
#1353
canceled with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
25 deletions
+20
-25
.gitlab-ci.yml
.gitlab-ci.yml
+20
-25
No files found.
.gitlab-ci.yml
View file @
60b53ae9
...
@@ -16,8 +16,7 @@ cloneStaging:
...
@@ -16,8 +16,7 @@ cloneStaging:
only
:
only
:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
staging
-
play5-runner
...
@@ -30,8 +29,7 @@ pullStaging:
...
@@ -30,8 +29,7 @@ pullStaging:
only
:
only
:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
staging
-
play5-runner
restartStaging
:
restartStaging
:
...
@@ -44,8 +42,7 @@ restartStaging:
...
@@ -44,8 +42,7 @@ restartStaging:
only
:
only
:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
staging
-
play5-runner
testStaging
:
testStaging
:
...
@@ -58,8 +55,7 @@ testStaging:
...
@@ -58,8 +55,7 @@ testStaging:
only
:
only
:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
staging
-
play5-runner
...
@@ -76,8 +72,7 @@ checkoutMaster:
...
@@ -76,8 +72,7 @@ checkoutMaster:
only
:
only
:
-
master
-
master
tags
:
tags
:
-
play4-runner
-
staging
-
play5-runner
...
@@ -90,11 +85,7 @@ cloneProduction:
...
@@ -90,11 +85,7 @@ cloneProduction:
only
:
only
:
-
master
-
master
tags
:
tags
:
-
play4-runner
-
production
-
play5-runner
-
wwwj
-
www23
-
www4
...
@@ -107,11 +98,7 @@ pullProduction:
...
@@ -107,11 +98,7 @@ pullProduction:
only
:
only
:
-
master
-
master
tags
:
tags
:
-
play4-runner
-
production
-
play5-runner
-
wwwj
-
www23
-
www4
restartProduction
:
restartProduction
:
...
@@ -124,13 +111,21 @@ restartProduction:
...
@@ -124,13 +111,21 @@ restartProduction:
only
:
only
:
-
master
-
master
tags
:
tags
:
-
play4-runner
-
production
-
play5-runner
-
wwwj
-
www23
-
www4
testStaging
:
stage
:
test
before_script
:
-
cd ~/$CI_PROJECT_NAME
script
:
-
sleep 1
-
/bin/bash testIfRunning.sh www4.hebotek.at wwwj.hebotek.at www23.hebotek.at
only
:
-
develop
tags
:
-
production
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment