From dd4be0a9495e796dce93f1703583fbd25bc24d21 Mon Sep 17 00:00:00 2001 From: Samuel Andert Date: Tue, 11 Jul 2023 17:27:24 +0200 Subject: [PATCH] Updated footer to test gitea github mirroring incl vercel deploy --- README.md | 7 +++++++ src/routes/footer.svelte | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4d4a4..56264a3 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,10 @@ pnpm i ```sh pnpm run dev ``` + +### Push to production +this pushes the repo to my personal server pod on gitea, which is mirroring to github, where the main branch gets deployed by vercel @ blog.andert.me +```sh +git push -u andert +``` + diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte index 7faec88..45e6c59 100644 --- a/src/routes/footer.svelte +++ b/src/routes/footer.svelte @@ -3,7 +3,7 @@