Merge pull request #7 from MealCraft/feature/traefik_who_am_i

Feature/traefik who am i
This commit is contained in:
Jun-te Kim 2025-12-07 11:06:33 +00:00 committed by GitHub
commit e61844f502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 10 deletions

View file

@ -16,9 +16,7 @@ jobs:
terraform: terraform:
if: github.repository != 'hashicorp-education/learn-terraform-github-actions' if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
name: "Terraform Apply" name: "Terraform Apply"
runs-on: mealcraft-runners runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-22.04
permissions: permissions:
contents: read contents: read

View file

@ -14,9 +14,7 @@ jobs:
terraform: terraform:
if: github.repository != 'hashicorp-education/learn-terraform-github-actions' if: github.repository != 'hashicorp-education/learn-terraform-github-actions'
name: "Terraform Plan" name: "Terraform Plan"
runs-on: mealcraft-runners runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-22.04
permissions: permissions:
contents: read contents: read
pull-requests: write pull-requests: write

View file

@ -10,7 +10,7 @@ TODO:
- [x] deploy storageclass - [x] deploy storageclass
- [x] deloy traefik customised - [x] deloy traefik customised
- [x] deploy who-am-i - [x] deploy who-am-i
- [] deploy next js to juntekim.com - [x] deploy next js to juntekim.com
- [] Traefik certs change from staging to production - [x] Traefik certs change from staging to production
- [] Merge my code to main - [x] Merge my code to main
- [] Push from workflow k8s bootstrap - [x] Push from workflow k8s bootstrap