Commit 3a9b0504 authored by Florian Heder's avatar Florian Heder

[BUGFIX] Specify runners

parent ee2599f5
Pipeline #1354 passed with stages
in 17 seconds
...@@ -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
testProduction:
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:
- master
tags:
- production
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment