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
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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user