diff --git a/.woodpecker/check.yml b/.woodpecker/check.yml index 562c221..e9f9312 100644 --- a/.woodpecker/check.yml +++ b/.woodpecker/check.yml @@ -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