fix build yaml staging adress of the host for deployment
All checks were successful
Staging Build / build (push) Successful in 3m28s
All checks were successful
Staging Build / build (push) Successful in 3m28s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user