From 2bf3cd6e57845a25e5bff4ef750d2a01abfec894 Mon Sep 17 00:00:00 2001 From: Martin Cholewa Date: Mon, 6 Oct 2025 18:38:43 +0200 Subject: [PATCH] removing k8s --- .gitea/workflows/k8sDEV242_DELETE.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/workflows/k8sDEV242_DELETE.yaml diff --git a/.gitea/workflows/k8sDEV242_DELETE.yaml b/.gitea/workflows/k8sDEV242_DELETE.yaml new file mode 100644 index 0000000..fc3ab31 --- /dev/null +++ b/.gitea/workflows/k8sDEV242_DELETE.yaml @@ -0,0 +1,22 @@ +name: Create VM at proxmox + +on: + workflow_dispatch: + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + + - name: Deploying VM to Proxmox + uses: appleboy/ssh-action@v1.2.0 + with: + host: 192.168.11.102 + username: root + password: ${{ secrets.PASSWORD }} + port: 22 + script: | + pveversion + qm stop 242 + qm destroy 242