Static assets are not copied over to the live website #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Static assets are missing from the live website after a cleanout.
They need to be checked into git and rsynced acorss
Also rss feeds
for i in $( ls -1 ~/userfiles/2025-10-20/hpr.public_html/ | grep rss);do cp -v ~/userfiles/2025-10-20/hpr.public_html/${i} ~/hackerpublicradio.org/public_html/;done
Credentials needed to be updated