add commit info to site
All checks were successful
/ deploy (push) Successful in 41s

This commit is contained in:
Minecon724 2024-10-12 12:32:11 +02:00
parent bf4c8989eb
commit 6e4bef5179
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
3 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,8 @@
#!/bin/bash
cp geofeed.csv dist
find dist -type f -exec sed -i 's/var_lastmod/$(date)/g' {} +
find dist -type f -exec sed -i 's/var_commithash/$(git rev-parse --short HEAD)/g' {} +
ncftpput -R -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER . dist/*

View file

@ -1,6 +1,6 @@
{
"scripts": {
"start": "parcel src/index.html src/**/index.html",
"start": "BUILD_DATE=$(date) parcel src/index.html src/**/index.html",
"build": "parcel build src/index.html src/**/index.html"
},
"devDependencies": {

View file

@ -43,5 +43,7 @@
<li><a href="./services.html">Services</a></li>
<li><a href="https://git.m724.eu/Minecon724/dn42-info">Source code</a></li>
</ul>
<p>Last modified: var_lastmod var_commithash</p>
</body>
</html>