ci: make use of 'nix build' directly
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2022-06-20 14:44:38 +02:00
parent 26c48b3561
commit 7357104f20
1 changed files with 3 additions and 2 deletions

View File

@ -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: