Skip to content

Commit f886baa

Browse files
committed
Don't need to build
1 parent f10c41f commit f886baa

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
@@ -3,5 +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 build \
76
&& docker compose up

0 commit comments

Comments
 (0)