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
463a792b
Commit
463a792b
authored
Jan 04, 2018
by
Maarten de Waard
🤘🏻
Browse files
run deploy from docs directory
parent
ee5eec81
Pipeline
#3275
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
463a792b
...
...
@@ -34,4 +34,4 @@ deploy-master:
script
:
-
apk update
-
apk add openssh-client rsync bash
-
./
docs/deploy.sh
-
cd
docs
&& .
/deploy.sh
docs/deploy.sh
View file @
463a792b
#!/bin/bash
# Deploy HTML documentation directory. Must be run from docs directory.
# Run ssh-agent and add ssh key.
eval
$(
ssh-agent
-s
)
...
...
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