From 5b218beca9217e47499d80b9de0b15a5d06d3d1c Mon Sep 17 00:00:00 2001 From: ByteDice Date: Tue, 30 Jun 2026 21:43:57 +0200 Subject: [PATCH] rsync bricked my entire website --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index 0481912..e30ce05 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -2,4 +2,4 @@ deployment: tasks: - export DEPLOYPATH=/home/qoxpt/public_html/ - - /usr/bin/rsync -av --delete --exclude=".htaccess" ./ $DEPLOYPATH/ \ No newline at end of file + - /bin/cp ./ $DEPLOYPATH/ \ No newline at end of file