Video: Autodeploy with Web Hooks
Ecommerce on the Jamstack with Snipcart, Next.js, & WordPress
Released: 2021-07-31
-
1. Introduction
1m30s
-
2. NextJS
8m14s
-
3. Netlify & Github
15m46s
-
4. Sass, Components, Store Header
21m33s
-
5. Products, CSS Grid, Button component
22m39s
-
6. Snipcart, Env Variables
17m16s
-
7. WordPress, WPGraphQL
18m53s
-
8. GraphQL, Apollo Client
14m4s
-
9. Autodeploy with Web Hooks
5m50s
-
10. Dynamic Routes
19m27s
-
11. Custom Snipcart Hook
16m39s
-
12. Shared Layout
8m22s
-
13. Branding & Personality
23m26s
-
14. Snipcart Theming & Customization
24m13s
-
15. Custom Taxonomy
23m17s
-
16. Search
16m50s
Autodeploy with Web Hooks
The challenge with any headless CMS, is your application doesn't really know it exists. That means, any time you make a change, you're stuck having to kick off a manual deploy to see any changes. Luckily, both WordPress and Netlify have web hook solutions where we can tell WordPress to update Netlify any time content (our product data) changes.