Add repo mount

This commit is contained in:
askiiart 2023-09-04 17:18:53 -05:00
parent 415746752b
commit 2f0b5e8ea7
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -6,4 +6,12 @@ steps:
- name: Run run.sh - name: Run run.sh
image: debian:stable-slim image: debian:stable-slim
commands: commands:
- '/drone/src/run.sh' - '/drone/src/run.sh'
volumes:
- name: repo
path: /repo
volumes:
- name: repo
host:
path: /tmp/repo