diff --git a/.drone.yml b/.drone.yml index 6d6e58c..8e8324a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ ---- kind: pipeline type: exec name: deploy CV @@ -14,9 +13,9 @@ steps: - name: deploy commands: - - nix run 'github:ambroisie/nix-config#drone-scp' + - nix run github:ambroisie/nix-config#drone-scp environment: - SCP_SOURCE: *.pdf + SCP_SOURCE: '*.pdf' SCP_RM: true # Make sure only the newly generated files are left SCP_HOST: from_secret: ssh_host @@ -52,4 +51,3 @@ steps: status: - failure - success -...