fixup! ci: add Woodpecker CI workflow
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-01 18:24:12 +01:00
parent 8c28696785
commit 5a59cc9821

View file

@ -17,19 +17,24 @@ pipeline:
environment:
# Use trailing slash to sync to folder's *content* to the target
- SYNC_SOURCE=result/share/
# Remove 'result/share/' prefix from file paths
- TAR_STRIP_COMPONENTS=2
# Remove previous files from target directory
- SCP_RM=true
secrets:
- source: ssh_host
target: sync_host
target: scp_host
- source: ssh_target
target: sync_target
target: scp_target
- source: ssh_user
target: sync_username
target: scp_username
- source: ssh_key
target: sync_key
target: scp_key
- source: ssh_port
target: sync_port
target: scp_port
commands:
- nix run github:ambroisie/nix-config#drone-rsync
- nix build github:ambroisie/nix-config#drone-scp
when:
- event: push
branch: main