Skip to content

Commit

Permalink
dev: Start step only run and not attach to event grid
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Feb 22, 2024
1 parent 52234bd commit e1317c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ build:
start:
@echo "🛠️ Deploying to localhost..."
$(docker) run \
--detach \
--env API__EVENTS_DOMAIN=$(tunnel_url) \
--env VERSION=$(version_full) \
--mount type=bind,source="$(CURDIR)/.env",target="/app/.env" \
Expand All @@ -95,14 +94,6 @@ start:
--rm \
$(container_name):$(version_small)

$(MAKE) eventgrid-register \
endpoint=$(tunnel_url) \
name=$(tunnel_name) \
source="/subscriptions/2e41c463-3dfb-4760-8161-60e8cefa6d28/resourceGroups/$(name)/providers/Microsoft.Communication/communicationServices/$(name)"

@echo "🚀 Claim AI is running on $(tunnel_url)"
$(docker) attach claim-ai

stop:
@echo "Stopping container..."
$(docker) stop claim-ai
Expand Down

0 comments on commit e1317c7

Please sign in to comment.