personal-website/deploy
2023-12-21 15:13:32 +01:00

8 lines
220 B
Bash

#!bin/bash
# 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