-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
30 lines (23 loc) · 829 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.PHONY: build test publish
build:
@echo "MAKE build ==========================================="
opioner-commons/docker-flow.sh
test:
@echo "MAKE test ==========================================="
TEST_SUITE_DIR="apitest" \
opioner-commons/run-tests.sh
test_postdeploy:
@echo "MAKE test_postdeploy ==========================================="
opioner-commons/post-deploy-test.sh
publish:
@echo "MAKE publish ==========================================="
opioner-commons/publish.sh
clean:
@echo "MAKE clean ==========================================="
opioner-commons/clean-dockers.sh
heroku_deploy:
@echo "MAKE heroku_deploy ==========================================="
opioner-commons/deploy-heroku.sh
local:
@echo "MAKE local ==========================================="
docker-compose up --build