ci: use IP instead of hostname to deploy files
This commit is contained in:
parent
3062216d16
commit
8b8f7c3594
|
@ -20,7 +20,7 @@ steps:
|
|||
- main
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: nachtigall.pub.solar
|
||||
host: 10.7.6.1 # nachtigall.pub.solar
|
||||
port: 22
|
||||
username:
|
||||
from_secret: ps_ssh_user
|
||||
|
|
Loading…
Reference in a new issue