Change layout

This commit is contained in:
2024-08-04 21:13:42 +03:00
parent 92703a333b
commit 9b24962de9
12 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: "Automatically Build and Deploy Your Site using GitHub Actions and Webhooks"
date: 2022-01-04 20:40:00 +0300
classes: wide
tags: github-actions github-webhooks ci-cd
---
In this post I will explain how you can use GitHub to automate the build and deployment processes that you have. I am going to automate the deployment of this site but you can do whatever you want. Just understanding the basics will be enough.