Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
b95aaeab
Commit
b95aaeab
authored
Jun 13, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes deployment to stage server
parent
fa2cdee5
Pipeline
#1016
passed with stages
in 3 minutes and 39 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
.gitlab-ci/deployer/servers.yml
.gitlab-ci/deployer/servers.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
b95aaeab
...
...
@@ -61,6 +61,8 @@ layout:
deploy-master
:
<<
:
*deploy_template
variables
:
SSH_PRIVATE_KEY
:
"
$SSH_PRIVATE_KEY_PRODUCTION"
environment
:
name
:
master
url
:
https://extensions.typo3.org/
...
...
@@ -69,11 +71,14 @@ deploy-master:
deploy-develop
:
<<
:
*deploy_template
variables
:
SSH_PRIVATE_KEY
:
"
$SSH_PRIVATE_KEY_STAGE"
environment
:
name
:
develop
url
:
https://extensions-
dev
.typo3.org/
url
:
https://extensions-
stage
.typo3.org/
only
:
-
develop
-
change-to-stage-server
dump-assets
:
<<
:
*deploy_template
...
...
.gitlab-ci/deployer/servers.yml
View file @
b95aaeab
...
...
@@ -5,8 +5,8 @@ master:
forward_agent
:
true
deploy_path
:
~/ci/
develop
:
host
:
extensions-
dev
.typo3.org
port
:
221
7
9
user
:
extensions
dev
host
:
extensions-
stage
.typo3.org
port
:
2219
1
user
:
extensions
stage
forward_agent
:
true
deploy_path
:
~/ci/
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