From df9313a05608b1bd6eef19de6aacc264cbeec2b8 Mon Sep 17 00:00:00 2001 From: ByteDice Date: Tue, 30 Jun 2026 21:25:28 +0200 Subject: [PATCH] bro this fuckass tool deleted .htaccess and now my website is bricked --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index 6b040bf..0481912 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -2,4 +2,4 @@ deployment: tasks: - export DEPLOYPATH=/home/qoxpt/public_html/ - - /usr/bin/rsync -av --delete ./ $DEPLOYPATH/ \ No newline at end of file + - /usr/bin/rsync -av --delete --exclude=".htaccess" ./ $DEPLOYPATH/ \ No newline at end of file