fix: hardcode deploy host and user
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user