Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
715f9344
Commit
715f9344
authored
Dec 20, 2018
by
Thomas Löffler
Browse files
Change shared directories to private
parent
82650c1a
Pipeline
#5863
passed with stages
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
715f9344
...
...
@@ -6,8 +6,8 @@ require_once '/composer/vendor/deployer/deployer/recipe/common.php';
require_once
'/composer/vendor/deployer/recipes/rsync.php'
;
$sharedDirectories
=
[
'p
ublic
/fileadmin'
,
'p
ublic
/uploads'
,
'p
rivate
/fileadmin'
,
'p
rivate
/uploads'
,
'public/.well-known'
];
set
(
'shared_dirs'
,
$sharedDirectories
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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