drone: fix path for ISO upload on flora-6

This commit is contained in:
teutat3s 2023-01-29 17:38:00 +01:00
parent 440b38f896
commit 0e3b602809
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -126,7 +126,7 @@ steps:
from_secret: iso_web_ssh_port
key:
from_secret: iso_web_ssh_key
target: /srv/os/download
target: /srv/www/os/download
source:
- /var/nix/iso-cache/*.iso
- /var/nix/iso-cache/*.iso.sha256
@ -148,6 +148,6 @@ volumes:
---
kind: signature
hmac: 291be33bbf2954d1f5e4bf569679e24a773e7d6f90db4765fb9dacb3686a825e
hmac: 67d75675e20adcbdeff528915795d39b7b80575be92c08ec332ffdc63437aa61
...