From aff2884362f60f061bfd87e83dbb877f8f88e8c3 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 7 Dec 2025 10:45:04 +0000 Subject: [PATCH 1/2] compromise is the best --- .github/workflows/terraform-apply.yml | 4 +--- .github/workflows/terraform-plan.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index cde27f5..29aabac 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -16,9 +16,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Apply" - runs-on: mealcraft-runners - container: - image: ghcr.io/catthehacker/ubuntu:runner-22.04 + runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index b3c5a85..f3f8d61 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -14,9 +14,7 @@ jobs: terraform: if: github.repository != 'hashicorp-education/learn-terraform-github-actions' name: "Terraform Plan" - runs-on: mealcraft-runners - container: - image: ghcr.io/catthehacker/ubuntu:runner-22.04 + runs-on: ubuntu-latest permissions: contents: read pull-requests: write From 56b7d6c2f52c2e1c7c13361b7b3c07c00172ccf4 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 7 Dec 2025 11:05:10 +0000 Subject: [PATCH 2/2] push --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b346d6e..62423c2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TODO: - [x] deploy storageclass - [x] deloy traefik customised - [x] deploy who-am-i - - [] deploy next js to juntekim.com - - [] Traefik certs change from staging to production - - [] Merge my code to main - - [] Push from workflow k8s bootstrap \ No newline at end of file + - [x] deploy next js to juntekim.com + - [x] Traefik certs change from staging to production + - [x] Merge my code to main + - [x] Push from workflow k8s bootstrap \ No newline at end of file