Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
content
docs.immerda.ch
Commits
de3b8c59
Commit
de3b8c59
authored
May 09, 2019
by
mh
Browse files
needs a new line
parent
5f277961
Pipeline
#101
passed with stages
in 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de3b8c59
...
...
@@ -36,7 +36,8 @@ deploy:
# It is the base64 encoded private key
-
echo "$DEPLOY_KEY" | base64 -d | ssh-add - > /dev/null
-
mkdir -p --mode=0700 ~/.ssh
-
printf "ftp.docs.immerda.ch ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJx38PfGvaHtkSsHptiHoIQxlI3Yf0cskPNTwAQnY14" > ~/.ssh/known_hosts
-
printf "ftp.docs.immerda.ch ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJx38PfGvaHtkSsHptiHoIQxlI3Yf0cskPNTwAQnY14
" > ~/.ssh/known_hosts
-
tar fxv site.tar.gz
# In case we're not dealing with the master branch, create the review dir on the webserver.
# We need to catch possible errors, as lftp seems buggy: It fails if the dir already exists,
...
...
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