Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
92
Issues
92
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
fa438762
Commit
fa438762
authored
Feb 11, 2019
by
Boris Schauer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'task/use-new-prod-server' into 'develop'
Use new production server See merge request t3o/typo3.org!259
parents
43f34f15
a7524e5b
Pipeline
#6170
passed with stages
in 2 minutes and 51 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
14 deletions
+17
-14
.gitlab-ci.yml
.gitlab-ci.yml
+6
-3
.gitlab-ci/deployer/deploy.php
.gitlab-ci/deployer/deploy.php
+7
-6
.gitlab-ci/deployer/servers.yml
.gitlab-ci/deployer/servers.yml
+4
-5
No files found.
.gitlab-ci.yml
View file @
fa438762
include
:
'
https://git-t3o.typo3.org/t3o/t3olayout/raw/master/Configuration/GitLab/t3o-builds.yml'
include
:
-
project
:
'
t3o/t3olayout'
ref
:
master
file
:
'
/Configuration/GitLab/t3o-builds.yml'
variables
:
GIT_STRATEGY
:
"
none"
GIT_SSL_NO_VERIFY
:
"
true"
STAGE_PORT
:
22200
STAGE_HOST
:
"
stage-v9.typo3.org"
PRODUCTION_PORT
:
22
193
PRODUCTION_HOST
:
"
typo3.org"
PRODUCTION_PORT
:
22
201
PRODUCTION_HOST
:
"
v9.
typo3.org"
DUMP_USER
:
"
tthreeorgstage"
DUMP_EXCLUDE_TABLES_LIST
:
"
be_groups,be_sessions,be_users,cf_cache_hash,cf_cache_hash_tags,cf_cache_imagesizes,cf_cache_imagesizes_tags,cf_cache_news_category,cf_cache_news_category_tags,cf_cache_pages,cf_cache_pages_tags,cf_cache_pagesection,cf_cache_pagesection_tags,cf_cache_rootline,cf_cache_rootline_tags,cf_extbase_datamapfactory_datamap,cf_extbase_datamapfactory_datamap_tags,cf_extbase_object,cf_extbase_object_tags,cf_extbase_reflection,cf_extbase_reflection_tags,cf_tx_solr,cf_tx_solr_configuration,cf_tx_solr_configuration_tags,cf_tx_solr_tags,fe_groups,fe_sessions,fe_users,sys_domain,sys_log,tx_solr_cache,tx_solr_cache_tags"
PHP_EXECUTABLE
:
"
/opt/php/php72/bin/php"
.gitlab-ci/deployer/deploy.php
View file @
fa438762
...
...
@@ -2,8 +2,8 @@
namespace
Deployer
;
require_once
'/
composer
/vendor/deployer/deployer/recipe/common.php'
;
require_once
'/
composer/vendor/deployer/recipes
/rsync.php'
;
require_once
'/
tmp
/vendor/deployer/deployer/recipe/common.php'
;
require_once
'/
tmp/vendor/deployer/recipes/recipe
/rsync.php'
;
$sharedDirectories
=
[
'private/fileadmin'
,
...
...
@@ -20,7 +20,7 @@ $sharedFiles = [
set
(
'shared_files'
,
$sharedFiles
);
$writeableDirectories
=
[
'public/typo3temp'
,
'public/typo3temp'
];
set
(
'writable_dirs'
,
$writeableDirectories
);
...
...
@@ -46,13 +46,14 @@ set('rsync', [
'filter'
=>
[],
'filter-file'
=>
false
,
'filter-perdir'
=>
false
,
'flags'
=>
'a
v
z'
,
'flags'
=>
'az'
,
'options'
=>
[
'delete'
],
'timeout'
=>
300
]);
set
(
'rsync_src'
,
'./'
);
set
(
'keep_releases'
,
10
);
serverList
(
'.gitlab-ci/deployer/servers.yml'
);
inventory
(
'./.gitlab-ci/deployer/servers.yml'
);
set
(
'php'
,
'/opt/php/php72/bin/php'
);
set
(
'bin_folder'
,
'vendor/bin/'
);
task
(
'typo3'
,
function
()
{
...
...
@@ -74,5 +75,5 @@ task('deploy', [
'typo3'
,
'deploy:symlink'
,
'cache'
,
'cleanup'
,
'cleanup'
]);
.gitlab-ci/deployer/servers.yml
View file @
fa438762
master
:
stage
:
production
host
:
typo3.org
port
:
22
193
host
name
:
v9.
typo3.org
port
:
22
201
user
:
tthreeorg
writable_mode
:
chmod
forward_agent
:
true
deploy_path
:
~/ci
php
:
/opt/php/php70/bin/php
develop
:
stage
:
stage
hostname
:
stage-v9.typo3.org
port
:
22200
host
:
stage-v9.typo3.org
user
:
tthreeorgstage
writable_mode
:
chmod
forward_agent
:
true
deploy_path
:
~/ci
php
:
/opt/php/php72/bin/php
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