Makefile: add publish target
This commit is contained in:
parent
f905e68a5f
commit
7eb3a7879b
5
Makefile
5
Makefile
|
@ -20,3 +20,8 @@ _site: build
|
|||
serve: build
|
||||
# Run Docker container with listener for current dir and port mapping
|
||||
docker run --rm -p 0.0.0.0:4000:80 -it caution-co
|
||||
|
||||
.PHONY: publish
|
||||
publish: build
|
||||
docker tag caution-co git.distrust.co/caution/website
|
||||
docker push git.distrust.co/caution/website
|
||||
|
|
Loading…
Reference in New Issue