feat: CI/CD setup

This commit is contained in:
cellarspoon
2022-01-05 11:02:44 +01:00
parent 36d5d2c976
commit 3a15d4f7d4
6 changed files with 49 additions and 12 deletions

View File

@ -9,4 +9,8 @@ gen:
lumbunglib-cal && \
OUTPUT_DIR=content/video lumbunglib-vid
.PHONY: serve
push-hugo:
@docker build -t decentral1se/beta.lumbung.space -f Dockerfile.hugo . && \
docker push decentral1se/beta.lumbung.space
.PHONY: serve gen push-hugo