An opinionated, hand-picked selection of Drupal content from around the web. No marketing, no ads, just thoughtful articles written by humans, for humans.

Inspired by PHPReads.

Deploying to Private Servers via WireGuard from GitHub Actions

| Lullabot

Lullabot's deployment processes combine both privately and publicly accessible services and resources. 

Zequi Vazquez describes how they automate deployments to an internal Debian server using WireGuard VPN, an HMAC-authenticated webhook, and a centralized GitHub Actions workflow without exposing their server to the public internet. 

GitLab issue migration: how to use the new workflow

Fjgarlin runs us through the new GitLab-based issue workflow, including how to crosslink between Drupal.org issues and GitLab issues.

Drupal 11: Finding A Better Way To Display Code Examples

| Hash Bang Code

To improve code highlighting on the #!Code site Phil analyses a handful of code sandboxes, selects one, and demonstrates how to integrate it in your site's architecture and custom theme.