Skip to content

Commit 7deb989

Browse files
committed
content: publish pulumi article
1 parent 6fc5925 commit 7deb989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/content/posts/20250212-pulumi.md renamed to src/content/posts/20250213-pulumi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Build Your Own GitHub Codespaces Alternative in 222 Lines of Pulumi"
33
meta_title: ""
44
description: "We use Pulumi to spin up a cloud-based development environment that emulates GitHub Codespaces. We define the environment using the devcontainer.json spec and establish a secure tunnel to mount your local file system on a remote server."
5-
date: 2025-02-12T05:00:00Z
5+
date: 2025-02-13T05:00:00Z
66
image: "/images/posts/cloudy.jpg"
77
categories: ["vscode"]
88
authors: ["Bas Steins"]
99
tags: ["vscode", "hetzner", "pulumi", "codespaces"]
10-
draft: true
10+
draft: false
1111
---
1212

1313
## tl;dr

0 commit comments

Comments
 (0)