mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
fix: Do not delete mob images when deploying
This commit is contained in:
parent
31d2c69e9f
commit
7a3085ffa2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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;
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue