Files
proxmox/.gitea/workflows/140_smaz_cloudINIT140.yaml
martin.cholewa fbc1af4acc delete
2025-09-26 08:52:02 +02:00

33 lines
628 B
YAML

name: Create VM at proxmox
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
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