Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(doc):Add guide to Deploy Gatsby to DigitalOcean droplet. (gatsb…
…yjs#24652) * Added doc for deploying to digitalocean droplet Added doc for deploying gatsby site to digitalocean droplet and configuring domain name with SSL. For issue gatsbyjs#24549 . * Updated with deploying to digitalocean droplet doc Updated with deploying to digitalocean droplet doc to fix issue gatsbyjs#24549. * Added missing code language flag to fix lint check Lint Check failed due to one code language flag was missing in one of the code snippet in the md file. Fixed that. * Updated grammar and styles as per code review Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Removed the line for brevity * Updated grammar change for line gatsbyjs#11 as per code review * Ran prettier to format the code * Added step to install dependencies after cloning * Change case of node to Node as per suggestion. Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Changing optional to required for installing version of Node Gatsby required Node 10, so making the use of n package while installing the Node on digitalocean as a REQUIRED step. Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Adding suggested changes for better understanding. Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Adding the suggested changes. Using "Generate your Gatsby site for production" instead of "Build your gatsby site to generate static site for production" Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Making changes as per suggestion by moderator Making the docs style changes as suggested by moderator marcysutton Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Making changes as per suggestion Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Making changes as per the suggestion Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/deploying-to-digitalocean-droplet.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Making changes as per the suggestion Adding path resemble line to make it easy for people to understand the path Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Adding changes as per the suggestion Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Making changes as per the suggestion Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Added snippet to get rid of permission denied Added snippet to get rid of permission denied while cloning the repository * Adding indentation as per linting rules * Ran prettier * Updating grammar as per suggested Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Added note to copy local repo path for future ref * Ran prettier to format the code Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
- Loading branch information