Fix hostname in drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2023-09-29 18:01:47 +01:00
parent 2d51b83d77
commit 5ca0a13127

View file

@ -7,7 +7,7 @@ steps:
- name: deploy
image: appleboy/drone-ssh
settings:
host: 192.168.68.121
host: 192.168.68.120
username: vylpes
password:
from_secret: ssh_password
@ -28,7 +28,7 @@ steps:
- name: stage
image: appleboy/drone-ssh
settings:
host: 192.168.68.121
host: 192.168.68.120
username: vylpes
password:
from_secret: ssh_password