mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
use key path
This commit is contained in:
parent
4a3b015a40
commit
e28c50401e
@ -53,8 +53,9 @@ steps:
|
|||||||
from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
port:
|
port:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_port
|
||||||
key:
|
volumes:
|
||||||
from_secret: ssh_key
|
- /root/.ssh/docker-build:/root/ssh/drone_rsa
|
||||||
|
key_path: /root/ssh/drone_rsa
|
||||||
script:
|
script:
|
||||||
- /home/rock64/jfa-go-build/build.sh
|
- /home/rock64/jfa-go-build/build.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user