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
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 4s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user