website/Makefile
2023-12-26 08:48:25 +01:00

4 lines
171 B
Makefile

prod_build:
python3 tag-generator.py
JEKYLL_BUILD=production bundle exec jekyll build
docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .