From f4cc27f4aa673c68ec8baf4675b10f63998e40a3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 25 Oct 2021 16:18:03 +0200 Subject: fix .build.yml --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 78a176b..770f2e1 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- cgit v1.2.3