We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b471f + 5fd7a26 commit 2c0c6e5Copy full SHA for 2c0c6e5
src/deploy/index.ts
@@ -132,7 +132,7 @@ export default createBuilder(
132
context.logger.info(`✔ Your updated site 🕸 is running at ${response.deploy.ssl_url}`);
133
return { success: true };
134
} catch (e) {
135
- context.logger.error("❌ Deployment failed");
+ context.logger.error(`❌ Deployment failed: ${e.message}`);
136
return {
137
error: e.message,
138
success: false
0 commit comments