mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: delete extraneous files on host
This commit is contained in:
parent
18ff772d5f
commit
a41c9dc56d
1 changed files with 3 additions and 3 deletions
|
@ -22,6 +22,6 @@ case "$1" in
|
|||
;;
|
||||
esac
|
||||
|
||||
rsync -rvzP --exclude "gemini" --exclude "*.gmi" public/ "$www_prefix/"
|
||||
rsync -rvzP --exclude "*.html" public/gemini/ public/about public/posts "$gemini_prefix/"
|
||||
rsync -rvzP public/posts/gemini.xml "$gemini_prefix/feed.xml"
|
||||
rsync -avzP --exclude 'gemini' --exclude '*.gmi' --exclude 'misc/' --exclude 'music.txt' --exclude '.well-known' public/ "$www_prefix/" --delete
|
||||
rsync -avzP --exclude '*.html' public/gemini/ public/about public/posts "$gemini_prefix/" --delete
|
||||
rsync -avzP public/posts/gemini.xml "$gemini_prefix/feed.xml" --delete
|
||||
|
|
Loading…
Reference in a new issue