ci: upload ISO images to bigger /data disk

This commit is contained in:
teutat3s 2023-03-05 23:59:24 +01:00
parent 153617394b
commit 803c495778
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -125,7 +125,7 @@ steps:
from_secret: iso_web_ssh_port
key:
from_secret: iso_web_ssh_key
target: /srv/www/os/download
target: /data/srv/www/os/download
source:
- /var/nix/iso-cache/*.iso
- /var/nix/iso-cache/*.iso.sha256
@ -147,6 +147,6 @@ volumes:
---
kind: signature
hmac: d6187b243c1939eaf2803830e784aa89dd20edda9ba205940cf6caa2c615b6c6
hmac: 6aee0ffe22111bb629c0a79940bfbc3fa75f68c5ed5c4bba68abf6797b87a7ab
...