Files
homewebsite/start-website.sh
2025-10-17 21:06:57 +00:00

11 lines
207 B
Bash
Executable File

#!/bin/bash
cd /root/homewebsite
# Build the site
npm run build
# Restart the service
systemctl restart juchatz-web.service
echo "Website rebuilt and restarted at $(date)" >> /var/log/website-startup.log