Skip to content

Commit ab781d2

Browse files
authored
Fix deployment paths in CI/CD workflow
Updated deployment paths for Kubernetes.
1 parent eeed601 commit ab781d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-user-api-docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
9292
- name: Deploy to Kubernetes
9393
run: |
94-
kustomize build deployment/overlays/development \
94+
kustomize build apps/user/deployment/overlays/development \
9595
| kubectl apply -n ${{ secrets.K8S_NAMESPACE }} --wait -f -

0 commit comments

Comments
 (0)