Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
linux.community
linux-community-site
Commits
42c017e6
Commit
42c017e6
authored
Aug 11, 2016
by
Nigel Kukard
Browse files
Fixed destination directory on webserver
parent
30f2ae1c
Pipeline
#108
canceled with stage
in 11 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
42c017e6
...
...
@@ -8,5 +8,5 @@ publish:
-
apt-get dist-upgrade -y
-
apt-get install -y lftp ca-certificates
-
echo 'set ssl:ca-file "/etc/ssl/certs/ca-certificates.crt"' >> /etc/lftp.conf
-
lftp -e "mirror --exclude ^\.git.* --exclude \.gitlab-ci.yaml -eRv $CI_PROJECT_DIR
builds/$CI_BUILD_REF_NAME
; quit;" https://$CREDENTIALS/
-
lftp -e "mirror --exclude ^\.git.* --exclude \.gitlab-ci.yaml -eRv $CI_PROJECT_DIR
.
; quit;" https://$CREDENTIALS/
Write
Preview
Supports
Markdown
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