website/Makefile

5 lines
171 B
Makefile
Raw Normal View History

2023-12-26 08:07:09 +01:00
prod_build:
2023-12-26 08:48:25 +01:00
python3 tag-generator.py
JEKYLL_BUILD=production bundle exec jekyll build
docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .