We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345f6e0 commit 64a14bfCopy full SHA for 64a14bf
.github/workflows/deploy.yaml
@@ -35,6 +35,7 @@ jobs:
35
docker build -t lozure.azurecr.io/nlpservice:latest ./Backend/AI/
36
docker push lozure.azurecr.io/nlpservice:latest
37
38
+
39
- name: Deploy with docker-compose
40
run: |
41
az webapp create \
0 commit comments