personal-website/deploy

9 lines
219 B
Text
Raw Normal View History

2023-12-21 15:27:11 +01:00
#!/bin/sh
2023-12-21 15:13:32 +01:00
# Copy the docs and assets directories onto the server
cp -r docs /srv/http
cp -r assets /srv/http
# Update the header css GET parameter
sed -i "s/TIMESTAMP/"$(date +%s)"/g" /srv/http/docs/common/header.php