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:
|
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
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/workflows/terraform-plan.yml
vendored
4
.github/workflows/terraform-plan.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue