Skip to content

Commit 9cd7119

Browse files
committed
Don't do health check after all
1 parent b59ebb1 commit 9cd7119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ aws ecr get-login-password | docker login --username AWS --password-stdin ${acco
55
&& docker stop go-capture \
66
&& docker rm go-capture \
77
&& docker run -d --env-file .env -p 8000:8000 --name go-capture ${account_id}.dkr.ecr.us-west-1.amazonaws.com/go-capture:${image_hash} \
8-
&& curl 127.0.0.1:8000/health_check/

0 commit comments

Comments
 (0)