From ad97d6381222afb550326f1fd3d583df1107876c Mon Sep 17 00:00:00 2001 From: overflowerror Date: Fri, 9 Aug 2024 21:13:55 +0200 Subject: [PATCH] chore: Deployment pipeline should not overwrite eggs directory --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfa9ff6..2a8f06f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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; "