feat: switch main domain to vrifox.eu
This commit is contained in:
parent
17edade40c
commit
a23873738c
5 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@ steps:
|
|||
commands:
|
||||
- hugo --destination /woodpecker/build/ --minify --cleanDestinationDir
|
||||
volumes:
|
||||
- /srv/woodpecker-cache/vrifox.cc:/woodpecker/src/code.cozy.town/vrifox/website/resources/_gen
|
||||
- /srv/woodpecker-cache/vrifox.eu:/woodpecker/src/code.cozy.town/vrifox/website/resources/_gen
|
||||
when:
|
||||
- branch: main
|
||||
event: [push, pull_request_closed, manual]
|
||||
|
@ -12,9 +12,9 @@ steps:
|
|||
build-dev:
|
||||
image: code.cozy.town/vrifox/hugoci:latest
|
||||
commands:
|
||||
- hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.cc/" --cleanDestinationDir
|
||||
- hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.eu/" --cleanDestinationDir
|
||||
volumes:
|
||||
- /srv/woodpecker-cache/vrifox.cc:/woodpecker/src/code.cozy.town/vrifox.cc/website/resources/_gen
|
||||
- /srv/woodpecker-cache/vrifox.eu:/woodpecker/src/code.cozy.town/vrifox.eu/website/resources/_gen
|
||||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
|
@ -27,7 +27,7 @@ steps:
|
|||
- echo "$${DEPLOY_BOT_SSH_KEY}" > /root/.ssh/id_ed25519
|
||||
- chmod 400 /root/.ssh/id_ed25519
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.cc/ --mkpath --checksum
|
||||
- rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.eu/ --mkpath --checksum
|
||||
environment:
|
||||
DEPLOY_BOT_SSH_KEY:
|
||||
from_secret: deploy_bot_ssh_key
|
||||
|
@ -42,8 +42,8 @@ steps:
|
|||
- echo "$${DEPLOY_BOT_SSH_KEY}" > /root/.ssh/id_ed25519
|
||||
- chmod 400 /root/.ssh/id_ed25519
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
|
||||
- rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.cc-dev/ --mkpath --checksum
|
||||
- echo "The preview is now available on https://dev.vrifox.cc/"
|
||||
- rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/dev.vrifox.eu/ --mkpath --checksum
|
||||
- echo "The preview is now available on https://dev.vrifox.eu/"
|
||||
environment:
|
||||
DEPLOY_BOT_SSH_KEY:
|
||||
from_secret: deploy_bot_ssh_key
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[](https://make.cozy.town/vrifox/website)
|
||||
|
||||
Source code of my website [vrifox.cc](https://vrifox.cc).
|
||||
Source code of my website [www.vrifox.eu](https://www.vrifox.eu).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL: "https://vrifox.cc/"
|
||||
baseURL: "https://www.vrifox.eu/"
|
||||
title: "Vris Cute Corner"
|
||||
|
||||
enableRobotsTXT: false
|
||||
|
|
|
@ -14,7 +14,7 @@ description: "Mein neues Gitea-Theme scheint benutzbar zu sein, solange man nich
|
|||
slug: "theme-für-gitea"
|
||||
---
|
||||
|
||||
Mein – [ebenfalls neues](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea-Theme scheint benutzbar zu sein, solange man nicht angemeldet ist.
|
||||
Mein – [ebenfalls neues](https://www.vrifox.eu/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea-Theme scheint benutzbar zu sein, solange man nicht angemeldet ist.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ draft: false
|
|||
description: "My new Gitea theme appears to be usable, as long as you're not logged in."
|
||||
---
|
||||
|
||||
My – [also new](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea theme appears to be usable, as long as you're not logged in.
|
||||
My – [also new](https://www.vrifox.eu/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea theme appears to be usable, as long as you're not logged in.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue