Fix ISO target path for publishing
This commit is contained in:
parent
f025fa681a
commit
848a0dd0a5
|
@ -140,7 +140,7 @@ steps:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_port
|
||||||
key:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
target: /var/www/pub.solar
|
target: /srv/os
|
||||||
source:
|
source:
|
||||||
- /var/nix/iso-cache/*.iso
|
- /var/nix/iso-cache/*.iso
|
||||||
strip_components: 3
|
strip_components: 3
|
||||||
|
|
Loading…
Reference in a new issue