From c90273edf7b4ceaf07cbb528795038de23911fc6 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 8 Sep 2023 21:05:22 +0200 Subject: [PATCH 1/3] Feat: add new domain --- static/.domains | 1 + 1 file changed, 1 insertion(+) diff --git a/static/.domains b/static/.domains index 167233b..5f99167 100644 --- a/static/.domains +++ b/static/.domains @@ -1 +1,2 @@ +ellis.reisen elli.itsblue.de From 4ea86249238ac75444a6ebe5b107063267da7d31 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 9 Sep 2023 12:22:03 +0200 Subject: [PATCH 2/3] Fix: update domain --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f1dd99b..4cdcb8e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://elli.itsblue.de" +baseurl = "https://ellis.reisen" metaDataFormat = "yaml" title = "Be Ellive" description = "Elli on tour." From 94f014b38461f91e07f1d44334ce723bd01d9657 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 9 Sep 2023 12:23:12 +0200 Subject: [PATCH 3/3] Chore: use itsblue.dev/actions/codeberg-pages-deploy@v1 --- .forgejo/workflows/deploy.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7ed97dc..86a6500 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -28,10 +28,12 @@ jobs: npm i hugo --minify - - name: Deploy - uses: https://github.com/peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' + - name: Setup Go + uses: actions/setup-go@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public - publish_branch: pages + go-version: "1.21" + + - name: Deploy + uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1 + with: + folder: ./public