aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2018-11-16Azure: This should be all, I hope.Gravatar Gareth Coles-0/+2
2018-11-16Azure: OK, turns out secret variables must be task args and otherwise aren't ↵Gravatar Gareth Coles-1/+2
available to the running script
2018-11-16Azure: Switch to shell script task instead of calling bash ourselvesGravatar Gareth Coles-1/+4
2018-11-16Azure: It's amusing that bash is the problem todayGravatar Gareth Coles-2/+0
2018-11-16Azure: I'm rewriting this in Python somedayGravatar Gareth Coles-1/+1
2018-11-16Azure: Hopefully that'll do itGravatar Gareth Coles-2/+2
2018-11-16Azure: Unfortunately I have to check this manuallyGravatar Gareth Coles-0/+2
2018-11-16Azure: Where'd this extra line come from?Gravatar Gareth Coles-3/+1
2018-11-16Azure: Let's bash BashGravatar Gareth Coles-1/+1
2018-11-16Azure: Maybe bash requires single quotes?Gravatar Gareth Coles-1/+1
I hate bash.
2018-11-16Azure: Why does Bash have to be so awful?Gravatar Gareth Coles-1/+1
2018-11-16Azure: Did I ever say I hate bash?Gravatar Gareth Coles-1/+1
2018-11-16Azure: Finish deployment; skip if PRGravatar Gareth Coles-16/+8
GitLab: Remove deployment step
2018-11-16Azure: I hate bash.Gravatar Gareth Coles-2/+2
2018-11-16Azure: Attempt to fix differing build script syntaxGravatar Gareth Coles-1/+1
2018-11-16Azure: Build job should depend on testGravatar Gareth Coles-0/+1
2018-11-16Azure: Remove space from Docker service nameGravatar Gareth Coles-1/+1
2018-11-16Azure: Move branch trigger to Docker build scriptGravatar Gareth Coles-21/+21
2018-11-16Azure: Build and push containerGravatar Gareth Coles-0/+45
2018-11-16Azure: Should use sudo; we don't run as rootGravatar Gareth Coles-2/+2
2018-11-16Azure: 'jobs' is not allowed.Gravatar Gareth Coles-3/+0
'pool' is already defined and is mutually exclusive.