diff options
-rw-r--r-- | build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ tasks: - deploy: | cd midr sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP *.tar.xz $deploy:/var/www/$target + rsync --rsh="$sshopts" -rP *.tar.* $deploy:/var/www/$target |