Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove make #13321

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
tot-ra committed Jul 9, 2023
commit 7e87415390695ec052398eb062976925dbac9091
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ start:
COMPOSE_PROJECT_NAME=gratheon docker compose -f docker-compose.dev.yml up --build
stop:
COMPOSE_PROJECT_NAME=gratheon docker compose -f docker-compose.dev.yml down
run:
npm run dev

# deploy-clean:
# ssh root@gratheon.com 'rm -rf /www/models-yolov5/;'

deploy-copy:
rsync -av -e ssh * root@gratheon.com:/www/models-yolov5/
Expand All @@ -17,8 +12,5 @@ deploy-run:
ssh root@gratheon.com 'bash /www/models-yolov5/restart.sh'

deploy:
# make deploy-clean
make deploy-copy
make deploy-run

.PHONY: deploy