Skip to content

Commit

Permalink
Fix some sommands
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaderr committed Feb 15, 2021
1 parent 6a8d5a9 commit 50f146a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50f146a

Please sign in to comment.