diff --git a/Makefile b/Makefile index 00565f6..06fbf50 100644 --- a/Makefile +++ b/Makefile @@ -73,3 +73,8 @@ docker-logs: docker-clean: docker compose down -v + +deploy: + git checkout production + git merge master + git push origin production