add a docker deploy makefile target to build docker and push the built container in one shot

This commit is contained in:
Benjamin Sergeant 2020-03-29 22:08:36 -07:00
parent e465f7af52
commit 296762ce06

View File

@ -82,6 +82,9 @@ docker_push:
docker push ${LATEST}
docker push ${IMG}
deploy:
docker docker_push
run:
docker run --cap-add sys_ptrace --entrypoint=sh -it bsergean/ws:build