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 64a14bf commit aae00f4Copy full SHA for aae00f4
.github/workflows/deploy.yaml
@@ -35,12 +35,12 @@ 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 \
42
--resource-group myRG \
43
--plan myPlan \
44
--name velar-backend \
45
- --multicontainer-config-file docker-compose.yaml \
+ --multicontainer-config-file ./Backend/docker-compose.yaml \
46
--multicontainer-config-type COMPOSE
0 commit comments