Skip to content

Commit 5ac1073

Browse files
committed
fixed error: the path "src/k8s/pvc.yaml" does not exist
1 parent 01ccdfc commit 5ac1073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Deploy to AKS
5454
run: |
55-
kubectl apply -f src/k8s/pvc.yaml
55+
kubectl apply -f src/k8s/sqlite-pvc.yaml
5656
kubectl apply -f src/k8s/deployment.yaml
5757
kubectl apply -f src/k8s/service.yaml
5858

0 commit comments

Comments
 (0)