bro this fuckass tool deleted .htaccess and now my website is bricked

This commit is contained in:
2026-06-30 21:25:28 +02:00
parent 9ff02a83a5
commit df9313a056
+1 -1
View File
@@ -2,4 +2,4 @@
deployment: deployment:
tasks: tasks:
- export DEPLOYPATH=/home/qoxpt/public_html/ - export DEPLOYPATH=/home/qoxpt/public_html/
- /usr/bin/rsync -av --delete ./ $DEPLOYPATH/ - /usr/bin/rsync -av --delete --exclude=".htaccess" ./ $DEPLOYPATH/