ci: remove deploy as --recreate is deprecated

This commit is contained in:
Jens L 2020-09-30 23:00:05 +02:00
parent 7f74d32253
commit 719099a5af
1 changed files with 0 additions and 17 deletions

View File

@ -332,20 +332,3 @@ stages:
repository: 'beryju/passbook-static'
command: 'push'
tags: "gh-${{ variables.branchName }}"
- stage: Deploy
jobs:
- job: deploy_dev
pool:
vmImage: 'ubuntu-latest'
steps:
- task: HelmDeploy@0
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
connectionType: 'Kubernetes Service Connection'
kubernetesServiceConnection: 'k8s-beryjuorg-prd'
namespace: 'passbook-dev'
command: 'upgrade'
chartType: 'FilePath'
chartPath: 'helm/'
releaseName: 'passbook-dev'
recreate: true