fixup! ci: add Woodpecker CI workflow
Some checks failed
ci/woodpecker/manual/check Pipeline was successful
ci/woodpecker/push/check Pipeline failed

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

View file

@ -16,20 +16,25 @@ pipeline:
image: bash
environment:
# Use trailing slash to sync to folder's *content* to the target
- SYNC_SOURCE=result/share/
- SYNC_SOURCE=result/share/*.pdf
# 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
- env
- nix run github:ambroisie/nix-config#drone-scp
when:
- event: push
branch: main