fix: Do not delete mob images when deploying

This commit is contained in:
overflowerror 2024-08-05 23:00:54 +02:00
parent 31d2c69e9f
commit 7a3085ffa2

View file

@ -62,6 +62,6 @@ jobs:
set sftp:auto-confirm yes;
set ssl:verify-certificate no;
open -u ${FTP_USERNAME},${FTP_PASSWORD} sftp://${FTP_SERVER};
mirror -e -R ./ ./;
mirror -e -R ./ ./ --exclude html/images/mobs/;
quit;
"