Skip to content

Commit

Permalink
chore(doc):Add guide to Deploy Gatsby to DigitalOcean droplet. (gatsb…
Browse files Browse the repository at this point in the history
…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
gatsbybot and Marcy Sutton committed Jul 21, 2020
1 parent 69ce6e1 commit c1ca8c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,12 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^8.5.7":
"@types/node@*":
version "14.0.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce"
integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ==

"@types/node@^8.5.7":
version "8.10.61"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.61.tgz#d299136ce54bcaf1abaa4a487f9e4bedf6b0d393"
integrity sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q==
Expand Down

0 comments on commit c1ca8c0

Please sign in to comment.