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
|
- name: copy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
secrets: [ ssh_key ]
|
environment:
|
||||||
|
PLUGIN_KEY:
|
||||||
|
from_secret: ssh_key
|
||||||
settings:
|
settings:
|
||||||
host: nicco.io
|
host: nicco.io
|
||||||
username: root
|
username: root
|
||||||
@ -33,7 +35,9 @@ steps:
|
|||||||
|
|
||||||
- name: run
|
- name: run
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
secrets: [ ssh_key ]
|
environment:
|
||||||
|
PLUGIN_KEY:
|
||||||
|
from_secret: ssh_key
|
||||||
settings:
|
settings:
|
||||||
host: nicco.io
|
host: nicco.io
|
||||||
username: root
|
username: root
|
||||||
|
Loading…
Reference in New Issue
Block a user