Tag: Git
Main Content
Deploy a Jamstack website to Azure Blob Storage with GitHub Actions
Automate the build and deployment process of a Jamstack website using a static site generator with GitHub Actions and Azure Storage Static Website hosting.
Build a Serverless Comment System for a Jamstack Blog
Use the GitHub REST API, Azure Serverless Functions, and Node.js to post and pre-render Jamstack blog comments without a database.
Run Git Commands with Node.js
Use the simple-git npm package and Node.js to run git commands and access git metadata programmatically with TypeScript.