[FEATURE] Adjusted TLD for gitea (#10)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.dev/elysium/nile/pulls/10
This commit is contained in:
parent
7d3c264b30
commit
778f7fb127
3 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
deploy-edge:
|
||||
steps:
|
||||
- name: Oasis Setup
|
||||
uses: https://gitea.dunemask.net/elysium/oasis-action@master
|
||||
uses: https://gitea.dunemask.dev/elysium/oasis-action@master
|
||||
with:
|
||||
gitea-token: ${{ env.GITEA_TOKEN }}
|
||||
kubeconfig: ${{ env.KUBECONFIG_BASE64 }}
|
||||
|
|
|
@ -30,7 +30,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/minecluster.png"
|
||||
title="Minecluster"
|
||||
year="2023"
|
||||
link="https://gitea.dunemask.net/elysium/minecluster"
|
||||
link="https://gitea.dunemask.dev/elysium/minecluster"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Deploy and monitor MInecraft servers in your kubernetes cluster. Easily
|
||||
|
@ -41,7 +41,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/qualiteer.png"
|
||||
title="Qualiteer"
|
||||
year="2022"
|
||||
link="https://gitea.dunemask.net/elysium/qualiteer"
|
||||
link="https://gitea.dunemask.dev/elysium/qualiteer"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Manage failing tests and silence unecessary alerts. Check the state of
|
||||
|
@ -52,7 +52,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/khufu.png"
|
||||
title="Khufu"
|
||||
year="2021"
|
||||
link="https://gitea.dunemask.net/elysium/khufu"
|
||||
link="https://gitea.dunemask.dev/elysium/khufu"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Basic cloud file management built on React class components. Simple
|
||||
|
@ -62,7 +62,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/codepen.png"
|
||||
title="Codepen"
|
||||
year="2020"
|
||||
link="https://gitea.dunemask.net/dunemask/codepen"
|
||||
link="https://gitea.dunemask.dev/dunemask/codepen"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Visual replication of the website{" "}
|
||||
|
@ -88,7 +88,7 @@ export default function Projects() {
|
|||
image="/portfolio/projects/voxelcraft.png"
|
||||
title="Voxelcraft"
|
||||
year="2018"
|
||||
link="https://gitea.dunemask.net/dunemask/voxelcraft"
|
||||
link="https://gitea.dunemask.dev/dunemask/voxelcraft"
|
||||
openPhoto={openPhoto}
|
||||
>
|
||||
Voxel game built on a simple rendering engine written with JavaFX.
|
||||
|
|
|
@ -88,7 +88,7 @@ export default function Social() {
|
|||
<Card
|
||||
style={{ margin: "2rem" }}
|
||||
component={Link}
|
||||
to={"https://gitea.dunemask.net/elysium"}
|
||||
to={"https://gitea.dunemask.dev/elysium"}
|
||||
sx={{
|
||||
maxWidth: 256,
|
||||
margin: "3rem auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue