mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-14 11:28:30 -05:00
Add step to download manifest
This commit is contained in:
@@ -48,6 +48,11 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
name: Hosted Ubuntu 1604
|
||||||
steps:
|
steps:
|
||||||
|
- task: DownloadBuildArtifacts@0
|
||||||
|
inputs:
|
||||||
|
buildType: 'current'
|
||||||
|
downloadType: 'single'
|
||||||
|
downloadPath: '$(System.ArtifactsDirectory)'
|
||||||
- task: Kubernetes@1
|
- task: Kubernetes@1
|
||||||
inputs:
|
inputs:
|
||||||
connectionType: 'Kubernetes Service Connection'
|
connectionType: 'Kubernetes Service Connection'
|
||||||
@@ -55,6 +60,6 @@ stages:
|
|||||||
namespace: 'home-monitor'
|
namespace: 'home-monitor'
|
||||||
command: 'apply'
|
command: 'apply'
|
||||||
useConfigurationFile: true
|
useConfigurationFile: true
|
||||||
configuration: '$(System.DefaultWorkingDirectory)/Manifest/Manifest/manifest.yaml'
|
configuration: '$(System.ArtifactsDirectory)/Manifest/Manifest/manifest.yaml'
|
||||||
secretType: 'dockerRegistry'
|
secretType: 'dockerRegistry'
|
||||||
containerRegistryType: 'Azure Container Registry'
|
containerRegistryType: 'Azure Container Registry'
|
||||||
Reference in New Issue
Block a user