From e38e28c6226fff025f60a767c0a1f57df6cc629d Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 17 May 2026 16:51:39 -0600 Subject: [PATCH] Test new build process --- .gitea/workflows/build-image.yaml | 10 +++++----- config/_default/languages.en.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 61a09a0..e0faef4 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -30,8 +30,8 @@ jobs: - name: Trigger Komodo Stack Redeploy run: | - curl -X POST "${{ secrets.KOMODO_HOST }}/api/execute/RunSync" \ - -H "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ - -H "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ - -H "Content-Type: application/json" \ - -d '{"sync": "6a0636c08ef0bf623546d494"}' \ No newline at end of file + curl --header "Content-Type: application/json" \ + --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ + --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ + --data '{ "stack": "6a0636c08ef0bf623546d494" }' \ + ${{ secrets.KOMODO_HOST }}/execute/DeployStackIfChanged diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 6f37f83..e6d33f6 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -11,14 +11,14 @@ title = "Blog:Taco" dateFormat = "2 January 2006" # logo = "img/logo.png" # secondaryLogo = "img/secondary-logo.png" - description = "A place for the exploits of a Dragon." + description = "A place for the exploits of a Dragon" # copyright = "Copy, _right?_ :thinking_face:" [params.author] name = "Taco" image = "img/pfp.png" imageQuality = 96 - headline = "Doing things is what keeps us sane." + headline = "Doing things is what keeps us sane" bio = "Dragon that does things." links = [ { gitea = "https://git.toomuchtaco.net" },