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
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host: 178.105.136.25
|
||||||
from_secret: DEPLOY_HOST
|
username: deploy
|
||||||
username:
|
|
||||||
from_secret: DEPLOY_USER
|
|
||||||
key:
|
key:
|
||||||
from_secret: DEPLOY_SSH_KEY
|
from_secret: DEPLOY_SSH_KEY
|
||||||
port: 22
|
port: 22
|
||||||
|
|||||||
Reference in New Issue
Block a user