chore: remove Kubernetes deployment steps from release workflow
Release / release (pull_request) Successful in 24s

This commit is contained in:
2026-01-08 17:14:28 +00:00
parent eec6fd4b3d
commit a45397d003
+1 -15
View File
@@ -43,18 +43,4 @@ jobs:
name: ${{ steps.get_version.outputs.VERSION }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
deploy:
name: Deploy to Kubernetes
needs: release
runs-on: k3s-internal-htz-01
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Deploy to Kubernetes
run: |
sudo kubectl replace -f deployment-prod.yml --grace-period=60 --force
prerelease: false