diff --git a/Makefile b/Makefile index 84f0941..bb42913 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: test: build @echo "http://127.0.0.1:5000" @echo "press ^C to kill the test server" - docker run -p 5000:5000 --name site-$(GIT_REV) --link site-olegdb:oleg --rm -it -e GIT_REV=$(GIT_REV) -e GITHUB_TOKEN=$(GITHUB_TOKEN) xena/site /bin/bash + docker run -p 5000:5000 --name site-$(GIT_REV) --rm -it -e GIT_REV=$(GIT_REV) -e GITHUB_TOKEN=$(GITHUB_TOKEN) xena/site /bin/bash deploy: git push