mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
ssh key
This commit is contained in:
parent
afae80f91c
commit
e29c8bad89
@ -16,7 +16,9 @@ steps:
|
||||
|
||||
- name: copy
|
||||
image: appleboy/drone-scp
|
||||
secrets: [ ssh_key ]
|
||||
environment:
|
||||
PLUGIN_KEY:
|
||||
from_secret: ssh_key
|
||||
settings:
|
||||
host: nicco.io
|
||||
username: root
|
||||
@ -33,7 +35,9 @@ steps:
|
||||
|
||||
- name: run
|
||||
image: appleboy/drone-ssh
|
||||
secrets: [ ssh_key ]
|
||||
environment:
|
||||
PLUGIN_KEY:
|
||||
from_secret: ssh_key
|
||||
settings:
|
||||
host: nicco.io
|
||||
username: root
|
||||
|
Loading…
Reference in New Issue
Block a user