Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

In this video, we will learn about Continuous Deployment using git, GitHub and Netlify. Continuous Deployment lets you push code from your dev environment to an online repository like GitHub, and your launched app automatically updates from the repository.

▶ This video is part of the JavaScript Tutorials for Beginners Playlist found here: https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Oi6xNtL_fwCrwpuqylMsgT

Quick Concepts outline:
Continuous Deployment
• What is Continuous Deployment?
• Use git to push your source code to GitHub (or GitLab or BitBucket)
• Logging into Netlify with your GitHub account
• Create a "new site from Git"
• Choose GitHub, GitLab, or BitBucket
• Strict mode by default
• Search your repository for your project
• Deploy settings available
• Deploy your site
• Your app is assigned a URL ending in netlify.app
• Production deploy log
• Site Settings
• Get a Netlify status badge for your README.md file
• Look at your live app!

Further Reading:
Netlify Docs:
Deploy with Git: https://docs.netlify.com/site-deploys/create-deploys/#deploy-with-git

More Beginner JS Videos:
freeCodeCamp: https://youtu.be/PkZNo7MFNFg
Traversy Media: https://youtu.be/hdI2bqOjy3c
The Net Ninja: https://youtu.be/iWOYAxlnaww

Follow Me:
Twitter: https://twitter.com/yesdavidgray
Reddit: https://www.reddit.com/user/DaveOnEleven
Medium: https://medium.com/@davegray_86804

#git #github #netlify