Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lab.sub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Kurzawe
lab.sub
Commits
2984cff0
Verified
Commit
2984cff0
authored
6 years ago
by
Ingo Pfennigstorf
Browse files
Options
Downloads
Patches
Plain Diff
Prepare domain switch
parent
fadba8f3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
_config.yml
+2
-2
2 additions, 2 deletions
_config.yml
_includes/footer.html
+1
-1
1 addition, 1 deletion
_includes/footer.html
with
17 additions
and
3 deletions
.gitlab-ci.yml
+
14
−
0
View file @
2984cff0
...
...
@@ -15,6 +15,7 @@ test:
-
test
except
:
-
master
-
domain
pages
:
stage
:
deploy
...
...
@@ -26,3 +27,16 @@ pages:
only
:
-
master
gwdg
:
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
-
apt-get update -yqq && apt-get install -yqq lftp
-
'
which
ssh-agent
||
(
apt-get
install
openssh-client
-y
)'
-
mkdir -p ~/.ssh
-
eval $(ssh-agent -s)
-
'
[[
-f
/.dockerenv
]]
&&
echo
-e
"Host
*\n\tStrictHostKeyChecking
no\n\n"
>
~/.ssh/config'
-
lftp -c "mirror -R public/ sftp://$GWDG_USERNAME:$GWDG_PASSWORD@vwebfile.gwdg.de:2222/www/lab"
artifacts
:
paths
:
-
public
This diff is collapsed.
Click to expand it.
_config.yml
+
2
−
2
View file @
2984cff0
...
...
@@ -5,7 +5,7 @@ paginate: 100 # it will paginate after this number
language
:
'
en-uk'
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
baseurl
:
/
lab.sub/
baseurl
:
/
# Website info
title
:
lab.sub
...
...
@@ -14,7 +14,7 @@ cover: assets/images/blog-cover.jpg
logo
:
assets/images/sub-goettingen-white-small.svg
logo_dark
:
assets/images/favicon.png
favicon
:
assets/images/favicon.png
production_url
:
https://
subugoe.pages.gwdg.de/lab.sub/
production_url
:
https://
lab.sub.uni-goettingen.de
source_url
:
https://gitlab.gwdg.de/subugoe/lab.sub/
source_branch
:
master
...
...
This diff is collapsed.
Click to expand it.
_includes/footer.html
+
1
−
1
View file @
2984cff0
...
...
@@ -4,7 +4,7 @@
<section
class=
"copyright"
>
<a
href=
"{{ site.url }}{{ site.baseurl }}"
>
SUB Göttingen
</a>
©
{{ site.time | date: '%Y' }}
|
<a
class=
"cc-by-4"
href=
"https://creativecommons.org/licenses/by/4.0/"
><img
src=
"{{ site.url }}{{ site.baseurl }}
/
assets/images/cc.svg"
/><img
src=
"{{ site.url }}{{ site.baseurl }}assets/images/by.svg"
/></a>
<a
class=
"cc-by-4"
href=
"https://creativecommons.org/licenses/by/4.0/"
><img
src=
"{{ site.url }}{{ site.baseurl }}assets/images/cc.svg"
/><img
src=
"{{ site.url }}{{ site.baseurl }}assets/images/by.svg"
/></a>
<br/>
<a
href=
"https://www.sub.uni-goettingen.de/impressum/"
>
Imprint
</a>
</section>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment