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 16, 2021
1 parent 0fe7e80 commit 02ea560
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
@@ -1,9 +1,9 @@
##TODO: custom script to clone repos from projects.yaml
clone: # Clone all repos
cd ../server && git clone https://github.com/yaderson/api-server.git || git pull
cd ../server && git clone https://github.com/yaderson/api-server.git || true
##TODO: custom script to run make from projects.yaml
up: # Run all projects
cd ../server/api-server && make run
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
Expand Down

0 comments on commit 02ea560

Please sign in to comment.