diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11f208f6f..b246b1d4e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -285,3 +285,19 @@ stages: repository: 'beryju/passbook-static' command: 'push' tags: 'gh-$(Build.SourceBranchName)' + - stage: Deploy + jobs: + - job: deploy_dev + pool: + vmImage: 'ubuntu-latest' + steps: + - task: HelmDeploy@0 + inputs: + connectionType: 'Kubernetes Service Connection' + kubernetesServiceConnection: 'k8s-beryjuorg-prd' + namespace: 'passbook-dev' + command: 'upgrade' + chartType: 'FilePath' + chartPath: 'helm/' + releaseName: 'passbook-dev' + recreate: true \ No newline at end of file