Test deploy keys

This commit is contained in:
2023-03-22 23:03:45 -04:00
parent 9f60411c5e
commit a0d67cbcd2

View File

@ -23,6 +23,17 @@ steps:
# Mount pip cache from host
- name: pip_cache
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:
- name: docker
host: