Skip to content

Commit 64ec1a2

Browse files
committed
infra :: git action 수정 3차
1 parent 40d40a0 commit 64ec1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GitAction-k8s-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Deploy to Kubernetes
5656
run: |
5757
kubectl set image deployment/$DEPLOYMENT_NAME \
58-
chatforyou-container=$IMAGE_URI \
58+
chatforyou-python-api=$IMAGE_URI \
5959
-n $K8S_NAMESPACE
6060
kubectl rollout status deployment/$DEPLOYMENT_NAME -n $K8S_NAMESPACE

0 commit comments

Comments
 (0)