point to anvil staging environment (#3)

This commit is contained in:
Aayush Shah 2024-09-19 21:33:56 -06:00 committed by GitHub
parent 79167f5d18
commit fd041daf3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ const buildxVersion = 'v0.17.0';
async function getBlacksmithHttpClient(): Promise<AxiosInstance> {
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}`
}