Add new post.
This commit is contained in:
parent
0e280f6634
commit
2ed4a722c2
3 changed files with 28 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -9,7 +9,6 @@ serve:
|
|||
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
|
||||
|
||||
build:
|
||||
# TODO: figure out why this always uses the cache on the last step...
|
||||
docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue