This commit is contained in:
2023-02-09 02:26:59 -08:00
commit 690487eab3
2 changed files with 37 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
default: build push
build:
docker build -t sneak/jekyllsitebuilder .
push:
docker push git.eeqj.de/sneak/jekyllsitebuilder