From 1dc63776a56b45cf6400f80be07b6fd758cff23e Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 7 Sep 2020 11:59:15 +0200 Subject: [PATCH] ci: deploy to master.passbook.beryju.org on master (#113) --- azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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