Skip to content

Commit 057e4f2

Browse files
committed
Use docker-compose-prod.yml in deploy.sh
1 parent 05191ec commit 057e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export image_hash=$1
33
export account_id=$(aws sts get-caller-identity --query Account --output text)
44
aws ecr get-login-password | docker login --username AWS --password-stdin ${account_id}.dkr.ecr.us-west-1.amazonaws.com \
55
&& docker compose down \
6-
&& docker compose up -d
6+
&& docker compose -f docker-compose-prod.yml -p go-capture-api -d up

0 commit comments

Comments
 (0)