fix: hardcode deploy host and user
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ExtraNetwork
2026-05-13 10:54:36 +03:00
parent 8ca1cb4216
commit 3a27bc5041

View File

@@ -69,10 +69,8 @@ steps:
- name: deploy
image: appleboy/drone-ssh
settings:
host:
from_secret: DEPLOY_HOST
username:
from_secret: DEPLOY_USER
host: 178.105.136.25
username: deploy
key:
from_secret: DEPLOY_SSH_KEY
port: 22