fix build yaml staging adress of the host for deployment
All checks were successful
Staging Build / build (push) Successful in 3m28s

This commit is contained in:
DanielS
2026-06-22 23:40:47 +02:00
parent e31721432b
commit 072ceaf5f0

View File

@@ -43,7 +43,7 @@ jobs:
- name: Deploy to Proxmox LXC via SSH - name: Deploy to Proxmox LXC via SSH
uses: appleboy/ssh-action@v0.1.5 uses: appleboy/ssh-action@v0.1.5
with: with:
host: 192.168.1.132 host: 192.168.178.132
username: ${{ secrets.PROXMOX_USER }} username: ${{ secrets.PROXMOX_USER }}
key: ${{ secrets.PROXMOX_SSH_KEY }} key: ${{ secrets.PROXMOX_SSH_KEY }}
script: | script: |