Update DeployToK8s to deploy-to-k8s
This commit is contained in:
parent
c152b030ba
commit
391de9fc9e
2
.github/workflows/basket-api-deploy.yml
vendored
2
.github/workflows/basket-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/catalog-api-deploy.yml
vendored
2
.github/workflows/catalog-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/identity-api-deploy.yml
vendored
2
.github/workflows/identity-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/ordering-api-deploy.yml
vendored
2
.github/workflows/ordering-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/payment-api-deploy.yml
vendored
2
.github/workflows/payment-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/webhooks-api-deploy.yml
vendored
2
.github/workflows/webhooks-api-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/webmvc-deploy.yml
vendored
2
.github/workflows/webmvc-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/webshoppingagg-deploy.yml
vendored
2
.github/workflows/webshoppingagg-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/webspa-deploy.yml
vendored
2
.github/workflows/webspa-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/webstatus-deploy.yml
vendored
2
.github/workflows/webstatus-deploy.yml
vendored
@ -16,7 +16,7 @@ env:
|
||||
CHART_ROOT: deploy/k8s/helm
|
||||
|
||||
jobs:
|
||||
DeployToK8s:
|
||||
deploy-to-k8s:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user