Skip to content

Proxmox Container Management #46

Proxmox Container Management

Proxmox Container Management #46

name: Proxmox Container Management
on:
push:
create:
delete:
jobs:
manage-container:
runs-on: self-hosted # Use your runner label here
steps:
- uses: maxklema/proxmox-launchpad@main
with:
proxmox_username: ${{ secrets.PROXMOX_USERNAME }}
proxmox_password: ${{ secrets.PROXMOX_PASSWORD }}
http_port: 80
linux_distribution: debian
project_root: "" # Leave blank for repository root
install_command: "npm install"
start_command: "npm run dev"
runtime_language: "nodejs"
build_command: "npm run build"