aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-16 13:56:29 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-16 13:56:29 +0000
commit343c1fbdbea110d9b4aca00c4182accb977d2202 (patch)
treee14f26e46572c4026325257572e05e920f3a0a00 /azure-pipelines.yml
parentAzure: Switch to shell script task instead of calling bash ourselves (diff)
Azure: OK, turns out secret variables must be task args and otherwise aren't available to the running script
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b9fe8beb0..fe7486a5c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -55,3 +55,4 @@ jobs:
inputs:
scriptPath: scripts/deploy-azure.sh
+ args: '$(AUTODEPLOY_TOKEN) $(AUTODEPLOY_WEBHOOK)'