diff --git a/Makefile b/Makefile index 1813d60..437c6d3 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ clone: # Clone all repos git clone https://github.com/yaderson/api-server.git ##TODO: custom script to run make from projects.yaml up: # Run all projects - cd ./server/api-server + cd .,/server/api-server git pull make run ##TODO: custom script to down make from projects.yaml down: # Down all projects - cd ./server/api-server + cd ../server/api-server make down \ No newline at end of file