Skip to content

Commit

Permalink
Update tags to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Oct 17, 2023
1 parent b9eb744 commit 26c84ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions codetalk.code-workspace
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"folders": [
{
"name": "posts",
"path": "posts"
},
{
"name": "drafts",
"path": "posts-draft"
},
{
"name": "posts",
"path": "posts"
},
{
"name": "images",
"path": "resources/images"
Expand Down
4 changes: 2 additions & 2 deletions posts-draft/2023-10-17-the-stack-part-4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Stack Part 3: Building a Frontend"
tags: aws, cloud, infrastructure, cdk
title: "The Stack Part 4: A Federated GraphQL API"
tags: rust, aws, cloud, infrastructure, cdk
---

In [the last post](/posts/2023-10-07-the-stack-part-2.html) we set up our deployment, fully automated on merge to our `main` branch. In this post we will be building our UI (Frontend) applications. See the full overview of posts [here](/posts/2023-01-29-the-stack.html#what-will-we-be-covering).
Expand Down
2 changes: 1 addition & 1 deletion posts/2023-10-07-the-stack-part-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Stack Part 2: Automating Deployments via CI"
tags: aws, cloud, infrastructure, cdk
tags: aws, cloud, infrastructure, cdk, ci
---

In [the last post](/posts/2023-10-07-the-stack-part-1.html) we created our Control Tower structure with all of our AWS Accounts in it. In this post we will be automating our deployment process for each of these environments. See the full overview of posts [here](/posts/2023-01-29-the-stack.html#what-will-we-be-covering).
Expand Down
2 changes: 1 addition & 1 deletion posts/2023-10-16-the-stack-part-3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Stack Part 3: Building a Frontend"
tags: aws, cloud, infrastructure, cdk
tags: rust, typescript, wasm, nextjs, leptos, aws, cloud, infrastructure, cdk, ci
---

In [the last post](/posts/2023-10-07-the-stack-part-2.html) we set up our deployment, fully automated on merge to our `main` branch. In this post we will be building our UI (Frontend) applications. See the full overview of posts [here](/posts/2023-01-29-the-stack.html#what-will-we-be-covering).
Expand Down

0 comments on commit 26c84ea

Please sign in to comment.