You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
282 B
Makefile

release:
pkgr package .
build_docker:
docker build . -t mcansky/sinatra_hello:latest
docker tag mcansky/sinatra_hello:latest mcansky/sinatra_hello:`git rev-parse HEAD`
push_docker:
docker push mcansky/sinatra_hello:latest
docker push mcansky/sinatra_hello:`git rev-parse HEAD`