Refactor deploy workflow to use SSH for k8s operations #2

Merged
geonhee merged 1 commits from add/kubernetes into main 2025-12-22 08:39:51 +00:00

1 Commits

Author SHA1 Message Date
Johngreen
15265ebfc9 Refactor deploy workflow to use SSH for k8s operations
Replaces direct kubectl usage with SSH-based remote execution for Kubernetes deployment steps. Updates secrets and environment variables to use SSH key and connection info, and modifies manifest transfer and deployment verification to operate over SSH. This improves security and flexibility for remote Kubernetes server management.
2025-12-22 17:39:26 +09:00