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
ee2599f5
Commit
ee2599f5
authored
Nov 25, 2021
by
Florian Heder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FEATURE] Rename Staging Environment
parent
f78c49dd
Pipeline
#1352
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
.gitlab-ci.yml
.gitlab-ci.yml
+10
-5
No files found.
.gitlab-ci.yml
View file @
ee2599f5
...
@@ -5,7 +5,7 @@ stages:
...
@@ -5,7 +5,7 @@ stages:
-
test
-
test
clone
Test
:
clone
Staging
:
stage
:
clone
stage
:
clone
before_script
:
before_script
:
-
cd ~/$CI_PROJECT_NAME
-
cd ~/$CI_PROJECT_NAME
...
@@ -17,10 +17,11 @@ cloneTest:
...
@@ -17,10 +17,11 @@ cloneTest:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
play4-runner
-
play5-runner
pull
Test
:
pull
Staging
:
stage
:
pull
stage
:
pull
before_script
:
before_script
:
-
cd ~/$CI_PROJECT_NAME
-
cd ~/$CI_PROJECT_NAME
...
@@ -30,9 +31,10 @@ pullTest:
...
@@ -30,9 +31,10 @@ pullTest:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
play4-runner
-
play5-runner
restart
Test
:
restart
Staging
:
stage
:
restart
stage
:
restart
before_script
:
before_script
:
-
cd ~/$CI_PROJECT_NAME
-
cd ~/$CI_PROJECT_NAME
...
@@ -43,19 +45,21 @@ restartTest:
...
@@ -43,19 +45,21 @@ restartTest:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
play4-runner
-
play5-runner
test
Test
:
test
Staging
:
stage
:
test
stage
:
test
before_script
:
before_script
:
-
cd ~/$CI_PROJECT_NAME
-
cd ~/$CI_PROJECT_NAME
script
:
script
:
-
sleep 1
-
sleep 1
-
/bin/bash testIfRunning.sh play4.hebotek.at
-
/bin/bash testIfRunning.sh play4.hebotek.at
play5.hebotek.at
only
:
only
:
-
develop
-
develop
tags
:
tags
:
-
play4-runner
-
play4-runner
-
play5-runner
...
@@ -73,6 +77,7 @@ checkoutMaster:
...
@@ -73,6 +77,7 @@ checkoutMaster:
-
master
-
master
tags
:
tags
:
-
play4-runner
-
play4-runner
-
play5-runner
...
...
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