|
You are here |
earthly.dev | ||
| | | | |
zelig880.com
|
|
| | | | | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions. | |
| | | | |
www.webstoemp.com
|
|
| | | | | While I regularily use services like Buddy or DeployHQ to build and deploy Craft CMS websites, I wanted to experiment with Github Actions. Here is what I came up with and why. | |
| | | | |
davquar.it
|
|
| | | | | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages. | |
| | | | |
popey.com
|
|
| | | My blog at popey.com/blog is hosted on a Bitfolk VPS, built from the Hugo source code in a public GitHub repo. My workflow for publishing a post goes like this: ? Use whatever machine Im sat at ? Clone the repo ? Add a new page, edit until ready ? Push directly to the main branch Early on in my use of Hugo, I was manually using hugo and rsync over SSH directly on the VPS. | ||