Skip to content
GitLab
Menu
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
f1e86ac8
Commit
f1e86ac8
authored
Feb 15, 2021
by
Thomas Löffler
Browse files
Add some folders and a file to exclude from deployment
parent
556e5ae9
Pipeline
#10321
passed with stages
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
f1e86ac8
...
...
@@ -39,7 +39,10 @@ $exclude = [
'Upgrading.txt'
,
'README'
,
'*.example'
,
'Build'
'Build'
,
'.gitlab'
,
'.gitlab-ci'
,
'typoscript-lint.yml'
];
set
(
'rsync'
,
[
'exclude'
=>
array_merge
(
$sharedDirectories
,
$sharedFiles
,
$exclude
),
...
...
@@ -63,8 +66,6 @@ task('solr_host', function () {
});
task
(
'typo3'
,
function
()
{
run
(
'cd {{release_path}} && {{php}} {{bin_folder}}typo3cms install:generatepackagestates'
);
run
(
'cd {{release_path}} && {{php}} {{bin_folder}}typo3cms database:updateschema'
);
run
(
'cd {{release_path}} && {{php}} {{bin_folder}}typo3cms install:extensionsetupifpossible'
);
});
...
...
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