Merge pull request #7 from MealCraft/feature/traefik_who_am_i
Feature/traefik who am i
This commit is contained in:
commit
e61844f502
3 changed files with 6 additions and 10 deletions
4
.github/workflows/terraform-apply.yml
vendored
4
.github/workflows/terraform-apply.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
4
.github/workflows/terraform-plan.yml
vendored
4
.github/workflows/terraform-plan.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
- [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
|
||||
Loading…
Add table
Reference in a new issue