My Blog

Deploying Your Site on Netlify

April 02, 2020

You finished a project, it’s working great on your localhost and you can’t wait to show people, but how do you get it online for people to see? One of the easiests ways I’ve found is to deploy with Netlify. Now, I’ve heard good things about Heroku, and GitHub Pages can be a pretty quick option, but what can I say, I’m a fan of Netlify.

netlify

The Process

First you’ll want to create a netlify account. Don’t worry, it’s completely free.

Once you’re signed up and at the homepage, you want to look for a button in the upper right that say New Site From Git

new-site

After clicking on that, you’ll be taken to a new screen where you connect your netlify account to whichever Git host you use. I use GitHub, so that’s what I click on. However, if you use GitLab or BitBucket, then click on those.

new

After connecting to your Git host, you want to choose the repository that contains the project you want to deploy, like so:

select-repo

Finally, you end up on the last page where you want to make sure the branch you’re deploying is master and then you hit the button at the bottom that says Deploy site

deploy

Yes, it’s that easy.


Written by Michael Zamudio. I live in Seattle and am unsurprisingly lacking in quality bio game.

Built with ♥