ci: make use of 'nix build' directly
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
26c48b3561
commit
7357104f20
|
@ -5,7 +5,7 @@ name: deploy CV
|
|||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- nix develop -c make
|
||||
- nix build
|
||||
|
||||
- name: check
|
||||
commands:
|
||||
|
@ -15,7 +15,8 @@ steps:
|
|||
commands:
|
||||
- nix run github:ambroisie/nix-config#drone-rsync
|
||||
environment:
|
||||
SYNC_SOURCE: '*.pdf'
|
||||
# Use trailing slash to sync to folder's *content* to the target
|
||||
SYNC_SOURCE: 'result/share/'
|
||||
SYNC_HOST:
|
||||
from_secret: ssh_host
|
||||
SYNC_TARGET:
|
||||
|
|
Loading…
Reference in a new issue