Files
proxmox/.gitea/workflows/140_DELETE_cloudINIT140.yaml
martin.cholewa 010296b5be simple delete
2025-09-26 09:06:53 +02:00

23 lines
430 B
YAML

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 140
qm destroy 140