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
e1f2cf3a
Unverified
Commit
e1f2cf3a
authored
Oct 03, 2017
by
Sascha Marcel Schmidt
Browse files
fix src path
parent
bd753a44
Pipeline
#2410
passed with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/deployer/deploy.php
View file @
e1f2cf3a
...
...
@@ -48,7 +48,7 @@ set('rsync', [
'options'
=>
[
'delete'
],
'timeout'
=>
300
]);
set
(
'rsync_src'
,
'
/src
/'
);
set
(
'rsync_src'
,
'
.
/'
);
set
(
'keep_releases'
,
10
);
serverList
(
'.gitlab-ci/deployer/servers.yml'
);
...
...
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