Commit 7fd37d35 authored by Ade Viankakrisna Fadlil's avatar Ade Viankakrisna Fadlil Committed by Dan Abramov
Browse files

add link to deployment docs after build (#3104)

* add link to deployment docs after build

* Update printHostingInstructions.js
parent 70b3a4db
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 5 additions and 0 deletions
+5 -0
...@@ -68,6 +68,11 @@ function printBaseMessage(buildFolder, hostingLocation) { ...@@ -68,6 +68,11 @@ function printBaseMessage(buildFolder, hostingLocation) {
console.log( console.log(
`The ${chalk.cyan(buildFolder)} folder is ready to be deployed.` `The ${chalk.cyan(buildFolder)} folder is ready to be deployed.`
); );
console.log()
console.log('Find out more about deployment here:');
console.log();
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`);
console.log();
} }
function printDeployInstructions(publicUrl, hasDeployScript, useYarn) { function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment