ci: remove microblog exclusion

This commit is contained in:
Ming Di Leom 2024-10-06 08:55:11 +00:00
parent a4e4507882
commit 5efe1f8867
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 5 deletions

View File

@ -62,8 +62,8 @@ deploy:
- chmod 600 ~/.ssh/config
script:
- rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-1:/var/www/
- rsync -azvh --delete --exclude-from "rsync-exclude.txt" public/ host-2:/var/www/
- rsync -azvh --delete public/ host-1:/var/www/
- rsync -azvh --delete public/ host-2:/var/www/
- npm run deploy-cf-images
rules:

View File

@ -1,3 +0,0 @@
microblog/***
atom-microblog.xml*
sitemap-microblog.xml*