Testing new sync method
All checks were successful
Build and Publish Docker Image / build (push) Successful in 19s

This commit is contained in:
2026-05-17 17:14:36 -06:00
parent 89b2900a4c
commit 80e5557fd1
2 changed files with 9 additions and 4 deletions

View File

@@ -28,10 +28,15 @@ jobs:
git.toomuchtaco.net/${{ gitea.repository }}:${{ gitea.sha }} git.toomuchtaco.net/${{ gitea.repository }}:${{ gitea.sha }}
- name: Trigger Komodo Stack Redeploy - name: Pull and Redeploy Komodo Stack
run: | run: |
curl --header "Content-Type: application/json" \ curl --header "Content-Type: application/json" \
--header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \
--header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \
--data '{ "stack": "6a0636c08ef0bf623546d494" }' \ --data '{ "stack": "6a0636c08ef0bf623546d494" }' \
${{ secrets.KOMODO_HOST }}/write/CheckStackForUpdate ${{ secrets.KOMODO_HOST }}/execute/PullStack
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/DeployStack

View File

@@ -11,14 +11,14 @@ title = "Blog:Taco"
dateFormat = "2 January 2006" dateFormat = "2 January 2006"
# logo = "img/logo.png" # logo = "img/logo.png"
# secondaryLogo = "img/secondary-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:" # copyright = "Copy, _right?_ :thinking_face:"
[params.author] [params.author]
name = "Taco" name = "Taco"
image = "img/pfp.png" image = "img/pfp.png"
imageQuality = 96 imageQuality = 96
headline = "Doing things is what keeps us sane." headline = "Doing things is what keeps us sane"
bio = "Dragon that does things." bio = "Dragon that does things."
links = [ links = [
{ gitea = "https://git.toomuchtaco.net" }, { gitea = "https://git.toomuchtaco.net" },