Skip to content

Commit f534e96

Browse files
OHO-54(Deploy Testing)
1 parent ee84e2e commit f534e96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
- name: Login to ACR
2222
run: |
2323
az acr login --name lozure
24+
- name: List repo files
25+
run: ls -R
2426

2527
- name: Build & Push Backend
2628
run: |
29+
2730
docker build -t lozure.azurecr.io/backend:latest ./backend
2831
docker push lozure.azurecr.io/backend:latest
2932

0 commit comments

Comments
 (0)