We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b30d1 commit 20ea3b4Copy full SHA for 20ea3b4
deploy.sh
@@ -3,3 +3,4 @@ image_hash=$1
3
account_id=$(aws sts get-caller-identity --query Account --output text)
4
aws ecr get-login-password | docker login --username AWS --password-stdin ${account_id}.dkr.ecr.us-west-1.amazonaws.com
5
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}
6
+curl 127.0.0.1:8000/health_check/
0 commit comments