From 2c5ab83631f0e2e55f20b6a5fbf15dec45a171b6 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sun, 9 Feb 2025 21:50:48 +0100 Subject: [PATCH 1/2] README: mention new autodeploy --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b489d6f..2c2d976 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,6 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/bui ## Deploying on prod -No CI yet, build and push locally: +Once merged to main (go through a PR!) changes will autodeploy within 5 minutes. - docker build -t git.orga.cebula.camp/infra/site:golden . - docker push git.orga.cebula.camp/infra/site:golden - -No autodeploy yet, ping q3k when done. - -To get access to the container registry, add an [access -token](https://git.orga.cebula.camp/user/settings/applications) with read/write -permissions to `package`. Then `docker login git.orga.cebula.camp` and use your -username and the token as the password. +See [infra/nixos/autodeploy](https://git.orga.cebula.camp/infra/nixos/src/branch/master/autodeploy) to discover how the sausage is made. -- 2.47.1 From 0a213c7de4ebdbde7ea47c31dc22e146b0625d46 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sun, 9 Feb 2025 21:57:32 +0100 Subject: [PATCH 2/2] i18n: more poking --- src/i18n/translations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index f16f400..6d1fdd3 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -43,7 +43,7 @@ const pl = { }, tickets: { title: "Bilety", - status: "Soon ™", + status: "Wkrótce ™", }, accommodation: { title: "Nocleg", @@ -106,7 +106,7 @@ const en = { }, tickets: { title: "Tickets", - status: "soon", + status: "Soon ™", }, accommodation: { title: "Accommodation", -- 2.47.1