ci: fix path to build output
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
46af990656
commit
430618c846
|
@ -15,8 +15,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix run github:ambroisie/nix-config#drone-scp
|
- nix run github:ambroisie/nix-config#drone-scp
|
||||||
environment:
|
environment:
|
||||||
SCP_SOURCE: /drone/src/*.pdf
|
SCP_SOURCE: '*.pdf'
|
||||||
SCP_STRIP_COMPONENTS: 2 # Make sure the tarball doesn't contain leading path
|
|
||||||
SCP_RM: true # Make sure only the newly generated files are left
|
SCP_RM: true # Make sure only the newly generated files are left
|
||||||
SCP_HOST:
|
SCP_HOST:
|
||||||
from_secret: ssh_host
|
from_secret: ssh_host
|
||||||
|
|
Loading…
Reference in a new issue