Test deploy keys
This commit is contained in:
11
.drone.yml
11
.drone.yml
@ -23,6 +23,17 @@ steps:
|
|||||||
# Mount pip cache from host
|
# Mount pip cache from host
|
||||||
- name: pip_cache
|
- name: pip_cache
|
||||||
path: /root/.cache/pip
|
path: /root/.cache/pip
|
||||||
|
- name: lab deploy
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host:
|
||||||
|
- vrobbler.service
|
||||||
|
username: root
|
||||||
|
ssh_key:
|
||||||
|
from_secret: ssh_key
|
||||||
|
command_timeout: 2m
|
||||||
|
script:
|
||||||
|
- ls
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
host:
|
host:
|
||||||
|
|||||||
Reference in New Issue
Block a user