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
website
Commits
0d5ff9fa
Commit
0d5ff9fa
authored
Dec 08, 2020
by
Christoph Groth
Browse files
deploy: switch to uberspace.de
parent
cd5788c2
Pipeline
#49245
passed with stage
in 1 minute and 4 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d5ff9fa
...
...
@@ -16,6 +16,6 @@ test_deploy:
master_deploy
:
script
:
-
echo "$MASTER_WEBSITE_KEY" | tr -d '\r' | ssh-add -
-
nikola deploy
-
nikola deploy
master
only
:
-
master
conf.py
View file @
0d5ff9fa
...
...
@@ -380,9 +380,16 @@ SSH_OPTS = ' '.join('-o ' + opt for opt in SSH_OPTS)
DEPLOY_COMMANDS
=
{
'default'
:
[
"rsync -rlv -e 'ssh {}' --delete "
"--filter 'P doc/*' --filter 'P extensions/*' output/* kwant
@kwant-project.org
:"
"--filter 'P doc/*' --filter 'P extensions/*' output/* kwant
2@iapetus.uberspace.de
:"
.
format
(
SSH_OPTS
),
"rsync -lv -e 'ssh {}' htaccess-apache kwant@kwant-project.org:/.htaccess"
"rsync -lv -e 'ssh {}' htaccess-apache kwant2@iapetus.uberspace.de:/.htaccess"
.
format
(
SSH_OPTS
),
],
'master'
:
[
"rsync -rlv -e 'ssh {}' --delete "
"--filter 'P doc/*' --filter 'P extensions/*' output/* kwant@fornjot.uberspace.de:"
.
format
(
SSH_OPTS
),
"rsync -lv -e 'ssh {}' htaccess-apache kwant@fornjot.uberspace.de:/.htaccess"
.
format
(
SSH_OPTS
),
]
}
...
...
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