mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
chore: Deployment pipeline should not overwrite eggs directory
This commit is contained in:
parent
c8c6d6f39c
commit
ad97d63812
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -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;
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue