fix(ci): fix OG image routes and proper post-deploy environment setup
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 1m50s
Build & Deploy / 🏗️ Build (push) Successful in 13m22s
Build & Deploy / 🚀 Deploy (push) Successful in 23s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 3m39s
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-03-02 10:08:23 +01:00
parent 7f8cea4728
commit 760a6d6db3
2 changed files with 30 additions and 4 deletions

View File

@@ -3,7 +3,9 @@ const BASE_URL = process.env.TEST_URL || "http://localhost:3000";
console.log(`\n🚀 Starting OG Image Verification for ${BASE_URL}\n`);
const routes = [
"/api/og/meme", // Adjusted for mintel.me endpoints if they exist
"/opengraph-image",
"/about/opengraph-image",
"/contact/opengraph-image",
];
async function verifyImage(path: string): Promise<boolean> {