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
SCDL
Documentation du SCDL
Commits
0d1bc34f
Commit
0d1bc34f
authored
Oct 12, 2018
by
Christophe Benz
Browse files
Update CI config
parent
f04170f3
Pipeline
#46
failed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d1bc34f
image
:
node:10
before_script
:
-
apt --yes update
-
apt --yes install --no-install-recommends openssh-client
-
npm install gitbook-cli -g
# image node:10 already provides openssh-client
# Run ssh-agent (inside the build environment).
-
eval $(ssh-agent -s)
...
...
@@ -20,4 +19,4 @@ job:
stage
:
build
script
:
-
gitbook build
-
scp -r _book validata@dev.validata.fr:validata-doc-html
\ No newline at end of file
-
rsync -avz --delete _book/ validata@dev.validata.fr:validata-doc-html/
\ No newline at end of file
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