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
Stack Of Tasks
pinocchio-tutorials
Commits
d1c67aa3
Commit
d1c67aa3
authored
Nov 27, 2017
by
Guilhem Saurel
Browse files
fix CD
parent
29aac8c3
Pipeline
#79
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d1c67aa3
...
...
@@ -21,9 +21,7 @@ deploy:
-
mkdir -p ~/.ssh
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
-
echo "$SSH_SERVER_HOSKEYS" > ~/.ssh/known_hosts
-
chmod -R 600 ~/.ssh
-
cat ~/.ssh/known_hosts
-
echo "$SSH_SERVER_HOSTKEYS" > ~/.ssh/known_hosts
script
:
"
scp
-r
html
gitlab@iwaki.laas.fr:"
environment
:
name
:
iwaki
...
...
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