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
kwant
kwant
Commits
bd41cfd2
Commit
bd41cfd2
authored
Jan 19, 2021
by
Christoph Groth
Browse files
update ssh accounts
parent
8fbfddc7
Pipeline
#73899
failed with stages
in 60 minutes and 38 seconds
Changes
1
Pipelines
23
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd41cfd2
...
...
@@ -297,7 +297,7 @@ upload documentation to the test server:
-
mkdir -p ~/.ssh
-
echo $TEST_WEBSITE_KEY | base64 -d > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
script
:
-
rsync -rlv -e "$SSH_COMMAND" --delete doc/build/html/* kwant
@
kwant-project.org:doc/$CI_BUILD_REF_SLUG
-
rsync -rlv -e "$SSH_COMMAND" --delete doc/build/html/* kwant
2@test.
kwant-project.org:doc/$CI_BUILD_REF_SLUG
after_script
:
-
rm -rf ~/.ssh
...
...
@@ -315,7 +315,7 @@ remove_docs:
-
echo $TEST_WEBSITE_KEY | base64 -d > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
script
:
-
mkdir empty
-
rsync -arv -e "$SSH_COMMAND" --delete empty/ kwant
@
kwant-project.org:doc/$CI_BUILD_REF_SLUG/
-
rsync -arv -e "$SSH_COMMAND" --delete empty/ kwant
2@test.
kwant-project.org:doc/$CI_BUILD_REF_SLUG/
after_script
:
-
rm -rf ~/.ssh
...
...
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