Explore >> Select a destination


You are here

nbailey.ca
| | andrewlester.net
2.4 parsecs away

Travel
| | (Outdated) Deploying a SvelteKit application to GitHub Pages.
| | chringel.dev
1.1 parsecs away

Travel
| | This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions.
| | popey.com
1.7 parsecs away

Travel
| | 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.
| | sagikazarmark.hu
11.9 parsecs away

Travel
| Recently I was tasked with deploying and operating a Symfony application on Kubernetes. Since PHP is not my primary area of work anymore, I was hoping to find some up to date guide and/or best practices about the topic, but sadly that wasn't the case at all, so I decided to write about the process of containerizing the application, building up the infrastructure and deploying it on Kubernetes.