Compare commits
3 commits
31b0bb0003
...
0757daf786
| Author | SHA1 | Date | |
|---|---|---|---|
| 0757daf786 | |||
| ef68f8bd73 | |||
| 008d69b4cc |
2 changed files with 6 additions and 3 deletions
|
|
@ -8,12 +8,15 @@ steps:
|
|||
commands:
|
||||
- nix develop -c make
|
||||
|
||||
- name: check
|
||||
commands:
|
||||
- nix flake check
|
||||
|
||||
- name: deploy
|
||||
commands:
|
||||
- nix run github:ambroisie/nix-config#drone-scp
|
||||
environment:
|
||||
SCP_SOURCE: /drone/src/*.pdf
|
||||
SCP_STRIP_COMPONENTS: 2 # Make sure the tarball doesn't contain leading path
|
||||
SCP_SOURCE: *.pdf
|
||||
SCP_RM: true # Make sure only the newly generated files are left
|
||||
SCP_HOST:
|
||||
from_secret: ssh_host
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, futils } @ inputs:
|
||||
futils.lib.eachSystem futils.lib.allSystems (system:
|
||||
futils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue