chore: Deployment pipeline should not overwrite eggs directory

This commit is contained in:
overflowerror 2024-08-09 21:13:55 +02:00
parent c8c6d6f39c
commit ad97d63812

View file

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