ci: Add SSH passphrase to SSH key configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2024-03-04 02:35:49 +08:00
parent 25336f0586
commit 2a2d0c682f

View File

@ -38,6 +38,8 @@ steps:
username: root username: root
key: key:
from_secret: ssh_key from_secret: ssh_key
passphrase:
from_secret: ssh_passphrase
port: 22 port: 22
command_timeout: 2m command_timeout: 2m
script: script: