diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ tasks: make - deploy: | sshopt="--rsh=ssh -o StrictHostKeyChecking=no" - rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org + rsync "$sshopt" -av --delete website/public/ user-data@carbslinux.org:www/carbslinux.org |