From the course: Learning Static Site Building with Jekyll

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deployment recap

Deployment recap

From the course: Learning Static Site Building with Jekyll

Start my 1-month free trial

Deployment recap

- [Instructor] Now that the deployment pipeline is all set up, let's recap the steps needed to make changes to your site on a regular basis. First you'll add or edit the content files you want to change locally on your machine, and you'll use bundle exec jekyll serve to preview those files and see what they look like. If you're happy with how they look, you'll use git commit to check the files into git, and then git push to push those files up to GitHub. And then sit back and relax. The deployment pipeline you've built will publish those files to the web.

Contents