Skip to content

Commit

Permalink
chore(docs): Update deploying-to-netlify (#25620)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <[email protected]>
  • Loading branch information
jackpeplinski and LekoArts authored Oct 5, 2020
1 parent cc87135 commit 52c69bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/deploying-to-netlify.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Now, login to Netlify and you will see a `New site from git` button at the top r

Click on the `Deploy site` button and Netlify will start the build and deploy process you have specified. You can go to the `Deploys` tab and see the process unfold in the `Deploy log`. After a few moments, it will give you the live site URL, e.g., `random-name.netlify.com`.

#### Continuous deployment

Now that your site is connected to your repository, Netlify will deploy the site and publish it whenever you push to your Git repo. Continous deployment is only possible when using a Git repository.

### Upload site folder

There is also the option to upload your site to Netlify without using git.
Expand All @@ -55,10 +59,6 @@ To start the deploy process, you need only drag and drop the `public` folder ove

![alt text](./images/gatsby-default-starter.png "Gatsby Default Starter")

## Continuous deployment

Now that your site is connected to your repository, Netlify will deploy the site and publish it whenever you push to your Git repo.

## Domain setup

From the site `Overview`, you can go to `Domain Settings`. By adding a custom domain and setting the `CNAME` record as the Netlify project URL in your DNS provider settings, you should be able to see the Netlify project at your domain URL.
Expand Down

0 comments on commit 52c69bd

Please sign in to comment.