Deployment

Netlify

Estimated reading: 3 minutes 166 views

Creating your Git Repo

Create a new repository on GitHub. This could be performed using GitHub Desktop however, for the purposes of this guide, we will utilise the command line.

To avoid errors, do not initialize the new repository with README, license, or gitignore files. You can add these files after your project has been pushed to GitHub.

Open Terminal (for Mac users) or the command prompt (for Windows and Linux users).

For our purposes, let’s call your new repo “jekyll”.

In the terminal, whilst in your site directory, initialize the directory as a Git repository:

$ git init

Add the files in your new local repository. This stages them for the first commit:

$ git add .

Commit the files that you’ve staged in your local repository:

$ git commit -m 'First commit'

At the top of your GitHub repository’s Quick Setup page, click the clipboard icon to copy the remote repository URL.

In Terminal, add the URL for the remote repository where your local repository will be pushed.

git remote add origin [your_Git_repository_URL]

Now, it’s time to push the changes in your local repository to GitHub:

git push -u origin master

Now that your assets are up and running on GitHub, let’s connect them to Netlify.

Connecting to Netlify

Once you log in to Netlify, you’ll be taken to https://app.netlify.com/. From here, select ‘New site from Git’:

Clicking “New Site” brings you to this screen:

Whenever you push an update to GitHub (or GitLab/BitBucket), Netlify will automatically deploy your updates and changes!
Since your assets are hosted on your Git provider, you’ll need to link Netlify to that provider. Follow the steps within the UI to link your account.

It’s time to allow Netlify and GitHub to talk to each other. Clicking the “Authorize Application” button will do just that. Netlify doesn’t store your GitHub access token on our servers. If you’d like to know more about the permissions Netlify requests and why we need them, you can visit https://www.netlify.com/docs/github-permissions/.

Now that you’ve connected Netlify and GitHub, you can see a list of your Git repos. There’s the “jekyll” repo you just pushed to GitHub. Let’s select it.

You now have the option to configure your deploy settings. For the purposes of this tutorial, the default parameters gathered by Netlify are appropriate. Click “Save”.

That’s almost it! Now, you can kick back and wait a couple of moments until Netlify does its thing.

And there we have it! That’s it. Done. Your site has now been deployed to Netlify along with a Netlify subdomain. From here, you’re free to add your own custom domain and explore what else Netlify can do!

Leave a Comment

Share this Doc

Netlify

Or copy link

CONTENTS
Blue Borrow Footer Logo

Blue Borrow, Inc. © 2024 | All Rights Reserved.

Disclaimer: The loans presented are not mortgage loans and are neither originated nor funded by Blue Borrow. Blue Borrow is not affiliated with the loan providers offering these loans. All loans are subject to credit approval, and programs, rates, terms, and conditions may change or expire without notice. Additional restrictions may apply. This advertisement is not a loan disclosure, and all disclosures provided after applying should be carefully reviewed. This does not constitute a commitment to provide loan approval or a specific interest rate.

 

This advertisement is not a loan disclosure and all disclosures provided after applying should be reviewed carefully. This is not a commitment to provide a loan approval or a specific interest rate. Blue Borrow provides research and matching services to individuals interested in obtaining a consumer loan (a loan made to an individual for personal, family, household, or investment purposes). Blue Borrow does not make credit decisions, fund loans, service loans, or offer any other similar loan services. Furthermore, Blue Borrow does not and cannot issue approvals or commitments on any lender’s behalf, in fact, lenders will require additional information from consumers in order to complete their loan application.

 

Blue Borrow only charges a consulting and advising fee to the consumer, which means the payment of a consulting and advising fee to the Company from the consumer is contingent upon the consumer finding a satisfactory lender from the list generated by Blue Borrow, and the exchange of money between lender and consumer. The consumer makes the ultimate decision on whether to move forward with the application from a specific lender on the list provided by Blue Borrow, or not move forward at all. Blue Borrow does not charge the consumer any money upfront and does not collect any money from the consumer unless the consumer successfully obtains a loan from a lender through the services provided by Blue Borrow.

 

Personal Loans: Loan amounts vary from $10,000.00 to a maximum of $100,000 and carry a repayment period of 1 to 5 years. Not all lenders are capable of providing loans in the amount of $100,000. Your loan agreement will clearly identify the lender. APR/Interest rates will vary depending on individual lender terms.

 

*Interest rates will vary and are based on lender terms. Ranges from 5%-35.36%. For example, with a credit grade of A1, you could receive a loan of $10,000 with an interest rate of 5% and a 1.11% origination fee of $111 for an APR of 5.74%. In this example, you will receive $9,889 and make 36 monthly payments of $299.66. Your APR will be determined based on your credit at the time of application. There is no down payment and there is never a prepayment penalty.