From b4254a68fab29610840b54fc09961c51b761d9b8 Mon Sep 17 00:00:00 2001 From: Corey Blais Date: Tue, 4 Aug 2026 16:14:48 -0400 Subject: [PATCH] Fix Discord deploy avatar URL --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 81278d2..cbf6346 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: fi RUN_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" AVATAR_URL="${{ vars.DISCORD_AVATAR_URL }}" - AVATAR_URL="${AVATAR_URL:-https://flockpal.app/FlockPal-Paint.png}" + AVATAR_URL="${AVATAR_URL:-https://www.flockpal.app/FlockPal-Paint.png}" COMMIT_MESSAGE="$(git -C /docker/FlockPal-dev log -1 --pretty=%s 2>/dev/null || printf '%s' '${{ github.sha }}')" json_escape() { printf '%s' "$1" | sed 's/\\/\\\\/g; s/"/\\"/g' @@ -167,7 +167,7 @@ jobs: fi RUN_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" AVATAR_URL="${{ vars.DISCORD_AVATAR_URL }}" - AVATAR_URL="${AVATAR_URL:-https://flockpal.app/FlockPal-Paint.png}" + AVATAR_URL="${AVATAR_URL:-https://www.flockpal.app/FlockPal-Paint.png}" COMMIT_MESSAGE="$(git -C /docker/FlockPal log -1 --pretty=%s 2>/dev/null || printf '%s' '${{ github.sha }}')" json_escape() { printf '%s' "$1" | sed 's/\\/\\\\/g; s/"/\\"/g'