diff options
author | 2019-09-21 10:53:29 +1000 | |
---|---|---|
committer | 2019-09-21 10:53:29 +1000 | |
commit | 309539943c200fbfb2244651a2d2ae1a161e2661 (patch) | |
tree | 7d08a9dc21ee95c41c89f7ee1db429f1dacb3ee4 | |
parent | Revert uwsgi back to pip install. (diff) | |
parent | Use explicit buildContext in CI Docker stage. (#253) (diff) |
Merge branch 'master' into docker-fix
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 963f3020..450e005b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,4 +89,5 @@ jobs: repository: 'pythondiscord/site' command: 'buildAndPush' Dockerfile: 'docker/app/Dockerfile' + buildContext: '.' tags: 'latest' |