Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open
cryptops
Commits
dbd47369
Commit
dbd47369
authored
Jan 04, 2018
by
Maarten de Waard
🤘🏻
Browse files
debug info
parent
169129f9
Pipeline
#3272
passed with stages
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy.sh
View file @
dbd47369
...
...
@@ -15,5 +15,8 @@ chmod 700 ~/.ssh
[[
-f
/.dockerenv
]]
&&
echo
"
$SSH_SERVER_HOSTKEYS
"
>
~/.ssh/known_hosts
# Upload site.
echo
"FTP user:
${
FTP_USER
}
, Domain name:
${
DOMAIN_NAME
}
, Subdomain:
${
SUBDOMAIN
}
"
rsync
-r
--verbose
--compress
--delete
./docs/_build/html/
*
\
"
${
FTP_USER
}
@ftp.greenhost.nl:
${
DOMAIN_NAME
}
/
${
SUBDOMAIN
}
"
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