Remove build scripts and replace with simple makefile.
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
DOCKER_IMAGE := cr.annabunch.es/annabunches-static
|
||||
|
||||
all: site
|
||||
|
||||
site:
|
||||
jekyll build
|
||||
docker build -t ${DOCKER_IMAGE} .
|
||||
|
||||
push:
|
||||
docker push ${DOCKER_IMAGE}
|
4
build.sh
4
build.sh
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
jekyll build
|
||||
docker build -t cr.annabunch.es/annabunches-static .
|
3
push.sh
3
push.sh
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push cr.annabunch.es/annabunches-static
|
Reference in New Issue
Block a user