feat(ci): use rsync instead of lftp
Some checks failed
Deploy to SFTP Server / build (push) Failing after 8m57s

This commit is contained in:
2024-04-07 19:52:43 +02:00
parent c513605de6
commit 2df825187e
4 changed files with 34 additions and 34 deletions

View File

@ -70,23 +70,6 @@ import "./global.css";
} catch (e) {}
})();
</script>
</head>
<body class="bg-dark text-neutral p-2 flex flex-col gap-4">
<header class="sticky top-0 z-2 bg-dark">
<Nav />
</header>
<main id="main-content" class="flex flex-col gap-4">
<slot />
</main>
<footer class="px-4 flex gap-8 mb-4">
<LanguagePicker />
<a
href="https://git.max-richter.dev/max/website"
class="flex gap-2 items-center"
>
<span class="i-tabler-brand-git"></span>{t("website-source")}
</a>
</footer>
<style>
body {
max-width: 600px;
@ -96,8 +79,8 @@ import "./global.css";
.dark header::after {
content: "";
position: absolute;
width: 15px;
height: 15px;
width: 10px;
height: 10px;
color: red;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 249 249' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248.5 0H0V249C0.268799 111.435 111.423 0 248.5 0Z' fill='%2316161e'/%3E%3C/svg%3E");
}
@ -114,6 +97,22 @@ import "./global.css";
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 249 249' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248.5 0H0V249C0.268799 111.435 111.423 0 248.5 0Z' fill='%2316161e'/%3E%3C/svg%3E");
}
</style>
</head>
<body class="bg-dark text-neutral p-2 flex flex-col gap-4">
<header class="sticky top-0 z-2 bg-dark">
<Nav />
</header>
<main id="main-content" class="flex flex-col gap-4">
<slot />
</main>
<footer class="px-4 flex gap-8 mb-4">
<LanguagePicker />
<a
href="https://git.max-richter.dev/max/website"
class="flex gap-2 items-center">
<span class="i-tabler-brand-git"></span>{t("website-source")}
</a>
</footer>
<script is:inline>
(function () {
// prettier-ignore