1 repo_full_name = $(shell git remote -v | grep origin | grep push | grep -o '[^:/]\+\/[^/]\+\s\+' | grep -o '[^:]\+\/[^. ]\+'| tr '[:upper:]' '[:lower:]')
2 git_sha = $(shell git rev-parse --short HEAD)
4 environment = development
9 docker-compose run unlimited.pizza serve --host 0.0.0.0 --config _config.yml,_config.$(environment).yml
12 docker-compose run unlimited.pizza build --config _config.yml,_config.$(environment).yml
15 docker-compose run --entrypoint=bundle unlimited.pizza config --global frozen 0; bundle update
21 docker-compose run --entrypoint=/bin/sh unlimited.pizza ./scripts/upload.sh