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.
1 parent 6bc1a86 commit a12e5b4Copy full SHA for a12e5b4
src/cli.js
@@ -120,6 +120,7 @@ export async function cli(args) {
120
const checkGoogleCloud = await runHelperScript("detectGoogleCloud");
121
122
if (!argv.method && checkGoogleCloud && checkGoogleCloud == "true") {
123
+ argv.method == "gcloud";
124
console.log(
125
"Auto-detected you are on Google Cloud, so we'll deploy there 🚀\nYou can manually change this by executing with --method"
126
);
0 commit comments