ci: remove deploy as --recreate is deprecated
This commit is contained in:
parent
7f74d32253
commit
719099a5af
|
@ -332,20 +332,3 @@ stages:
|
||||||
repository: 'beryju/passbook-static'
|
repository: 'beryju/passbook-static'
|
||||||
command: 'push'
|
command: 'push'
|
||||||
tags: "gh-${{ variables.branchName }}"
|
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
|
|
||||||
|
|
Reference in New Issue