diff --git a/.drone.yml b/.drone.yml index 8e8324a..6d6e58c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: exec name: deploy CV @@ -13,9 +14,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 @@ -51,3 +52,4 @@ steps: status: - failure - success +...