diff options
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 534742f4f..b9fe8beb0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,5 +50,8 @@ jobs: dockerRegistryEndpoint: 'DockerHub' command: 'login' - - bash: bash scripts/deploy-azure.sh + - task: ShellScript@2 displayName: 'Build and deploy containers' + + inputs: + scriptPath: scripts/deploy-azure.sh |