Skip to content

Commit

Permalink
fix(deploy): typo in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 18, 2024
1 parent 270aec0 commit 7dd1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test: ## Test the code with pytest
deploy: ## Deploy services using docker compose
@echo "$(LOCAL_IP)";exit 0
@echo "🐋 Deploying server with docker compose"
cd deploy; S3_PUBLC_URL="http://$(LOCAL_IP):9000" docker compose up --build --force-recreate
cd deploy; S3_PUBLIC_URL="http://$(LOCAL_IP):9000" docker compose up --build --force-recreate


.PHONY: help
Expand Down

0 comments on commit 7dd1c6e

Please sign in to comment.