www.bovender.de
https://www.bovender.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
346 B
10 lines
346 B
.PHONY: upload |
|
|
|
upload: assets/main.css sitemap.xml |
|
rsync -rv --exclude .git/ --exclude src/ --exclude node_modules/ . bovender.de:/var/www/bovender/ |
|
|
|
assets/main.css: src/component.scss src/config.scss src/bovender.scss |
|
yarn exec webpack |
|
|
|
sitemap.xml: index.html privacy.html |
|
sed -i -E "s/mod>[^<]*/mod>$$(date --rfc-3339=date)/" sitemap.xml
|
|
|