Update target SSH host IP to 192.168.178.164 in Gitea deploy.yml
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 4s

This commit is contained in:
DanielS
2026-07-01 00:01:35 +02:00
parent e5ec8f9c7e
commit 4a15075aa5

View File

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