Skip to content

Commit aae00f4

Browse files
OHO-54(Deploy Testing)
1 parent 64a14bf commit aae00f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
docker build -t lozure.azurecr.io/nlpservice:latest ./Backend/AI/
3636
docker push lozure.azurecr.io/nlpservice:latest
3737
38-
38+
3939
- name: Deploy with docker-compose
4040
run: |
4141
az webapp create \
4242
--resource-group myRG \
4343
--plan myPlan \
4444
--name velar-backend \
45-
--multicontainer-config-file docker-compose.yaml \
45+
--multicontainer-config-file ./Backend/docker-compose.yaml \
4646
--multicontainer-config-type COMPOSE

0 commit comments

Comments
 (0)