diff --git a/src/main.ts b/src/main.ts index c82be3d..ae85375 100644 --- a/src/main.ts +++ b/src/main.ts @@ -24,7 +24,7 @@ const buildxVersion = 'v0.17.0'; async function getBlacksmithHttpClient(): Promise { return axios.create({ - baseURL: process.env.BUILDER_URL || 'https://d04fa050a7b2.ngrok.app/build_tasks', + baseURL: process.env.BUILDER_URL || 'https://staginganvil.blacksmith.sh/build_tasks', headers: { Authorization: `Bearer ${process.env.BLACKSMITH_ANVIL_TOKEN}` }