Makefile: remove oleg dependency
This commit is contained in:
parent
2a224f746b
commit
3746e2b8cc
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ build:
|
||||||
test: build
|
test: build
|
||||||
@echo "http://127.0.0.1:5000"
|
@echo "http://127.0.0.1:5000"
|
||||||
@echo "press ^C to kill the test server"
|
@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:
|
deploy:
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue