From f2d4b8faf6a4735de8e17a86ce06a272267ed9a8 Mon Sep 17 00:00:00 2001 From: anthonyrawlins Date: Thu, 28 Aug 2025 02:23:57 +1000 Subject: [PATCH] Deploy blog v1.1.0 with RSS feed and scheduled publishing to production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated blog version to 1.1.0 in package.json - Built and pushed chorus-blog:v1.1.0 Docker image - Updated docker-compose.swarm.yml to use new versioned image - Deployed to production via Docker service update - RSS feed now live at https://blog.chorus.services/rss.xml - Scheduled publishing system active for future posts Production Status: ✅ Blog running on chorus-blog:v1.1.0 ✅ RSS feed accessible and generating proper XML ✅ Scheduled posts will auto-publish when dates arrive ✅ No downtime during deployment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc325de..975889c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chorus-ping", - "version": "1.0.1", + "version": "1.1.0", "description": "CHORUS PING! - Static blog posts using Next.js", "private": true, "scripts": {