Skip to content

Commit

Permalink
update infra templates (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes authored Oct 29, 2024
1 parent debd59e commit 6eb6688
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: infra-ci-template.yml
name: "Template: Deploy Infra"

on:
workflow_call:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Infra CD
name: "CD: Infra"

on:
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ jobs:
cert:
name: Cert
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
uses: ./.github/workflows/_deploy-app-terraform.yml
strategy:
matrix:
environment: [at21, at22]
Expand All @@ -30,7 +30,7 @@ jobs:
auth:
name: Auth
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
uses: ./.github/workflows/_deploy-app-terraform.yml
strategy:
matrix:
environment: [at21, at22]
Expand All @@ -42,7 +42,7 @@ jobs:
register:
name: Altinn Register
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
uses: ./.github/workflows/_deploy-app-terraform.yml
strategy:
matrix:
environment: [at21, at22]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Infra CI
name: "CI: Infra"

on:
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
cert:
name: Cert
secrets: inherit
uses: ./.github/workflows/infra-ci-template.yml
uses: ./.github/workflows/_deploy-infra-template.yml
with:
environment: at21
tf_state: cert.tfstate
Expand All @@ -21,7 +21,7 @@ jobs:
auth:
name: Auth
secrets: inherit
uses: ./.github/workflows/infra-ci-template.yml
uses: ./.github/workflows/_deploy-infra-template.yml
with:
environment: at21
tf_state: auth.tfstate
Expand All @@ -30,7 +30,7 @@ jobs:
register:
name: Altinn Register
secrets: inherit
uses: ./.github/workflows/infra-ci-template.yml
uses: ./.github/workflows/_deploy-infra-template.yml
with:
environment: at21
tf_state: Altinn.Register.tfstate
Expand Down

0 comments on commit 6eb6688

Please sign in to comment.