diff --git a/exemple.deploy.sh b/exemple.deploy.sh index b933d68..69d3494 100755 --- a/exemple.deploy.sh +++ b/exemple.deploy.sh @@ -5,8 +5,10 @@ SITE_DIR="/path/to/your-cloned-git" WEBROOT="/probably/var/www/html" LOG_FILE="$HOME/nostr-site-deploy.log" +echo "Last run" date '+%Y-%m-%d %H:%M:%S' > $LOG_FILE # we wipe the log file from rpevious entries, because no history here is super important - +echo "" +echo "" cd $SITE_DIR /usr/bin/git pull >> $LOG_FILE /usr/bin/bash fetch-and-convert.sh >> $LOG_FILE