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
5eca0a5f
Commit
5eca0a5f
authored
Nov 27, 2017
by
Guilhem Saurel
Browse files
update dest path
parent
d1c67aa3
Pipeline
#80
failed with stages
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5eca0a5f
...
@@ -22,7 +22,7 @@ deploy:
...
@@ -22,7 +22,7 @@ deploy:
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
-
echo "$SSH_SERVER_HOSTKEYS" > ~/.ssh/known_hosts
-
echo "$SSH_SERVER_HOSTKEYS" > ~/.ssh/known_hosts
script
:
"
scp
-r
html
gitlab@iwaki.laas.fr:"
script
:
"
scp
-r
html
gitlab@iwaki.laas.fr:
/var/www/html
"
environment
:
environment
:
name
:
iwaki
name
:
iwaki
url
:
http://iwaki.laas.fr
url
:
http://iwaki.laas.fr
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