Merge pull request 'ci: use IP instead of hostname to deploy files' (#24) from fix/deploy-ip-for-nachtigall into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #24
This commit is contained in:
teutat3s 2024-04-12 20:51:29 +00:00
commit 0fb8001cff
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -20,7 +20,7 @@ steps:
- main - main
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: nachtigall.pub.solar host: 10.7.6.1 # nachtigall.pub.solar
port: 22 port: 22
username: username:
from_secret: ps_ssh_user from_secret: ps_ssh_user