Skip to content
Snippets Groups Projects
Commit ed24ad11 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

When syncing files to production, need to copy gif files as well

parent b8c94ef2
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ rsync -OCvzrptgoDL --stats "$@" \
--exclude='html/.well-known' \
--include='html/robots.txt' \
--include='*.cgi' \
--include='*.gif' \
--include='*.html' \
--include='*.pdf' \
--include='*.png' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment