Browse Source

Update DeployToK8s to deploy-to-k8s

pull/1649/head
Colin Dembovsky 3 years ago
parent
commit
391de9fc9e
13 changed files with 13 additions and 13 deletions
  1. +1
    -1
      .github/workflows/basket-api-deploy.yml
  2. +1
    -1
      .github/workflows/catalog-api-deploy.yml
  3. +1
    -1
      .github/workflows/identity-api-deploy.yml
  4. +1
    -1
      .github/workflows/mobileshoppingagg-deploy.yml
  5. +1
    -1
      .github/workflows/ordering-api-deploy.yml
  6. +1
    -1
      .github/workflows/ordering-backgroundtasks-deploy.yml
  7. +1
    -1
      .github/workflows/ordering-signalrhub-deploy.yml
  8. +1
    -1
      .github/workflows/payment-api-deploy.yml
  9. +1
    -1
      .github/workflows/webhooks-api-deploy.yml
  10. +1
    -1
      .github/workflows/webmvc-deploy.yml
  11. +1
    -1
      .github/workflows/webshoppingagg-deploy.yml
  12. +1
    -1
      .github/workflows/webspa-deploy.yml
  13. +1
    -1
      .github/workflows/webstatus-deploy.yml

+ 1
- 1
.github/workflows/basket-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/catalog-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/identity-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/mobileshoppingagg-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/ordering-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/ordering-backgroundtasks-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/ordering-signalrhub-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/payment-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/webhooks-api-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/webmvc-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/webshoppingagg-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/webspa-deploy.yml View File

@ -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


+ 1
- 1
.github/workflows/webstatus-deploy.yml View File

@ -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…
Cancel
Save