Skip to content

Commit 88d556b

Browse files
committed
Used Code-Deploy manual
1 parent 304e454 commit 88d556b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/scripts/start_docker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
# Login to AWS ECR
3-
aws ecr get-login-password --region ap-southeast-2 | docker login --username AWS --password-stdin 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:v3
4-
3+
aws ecr get-login-password --region eu-north-1 | docker login --username AWS --password-stdin 843369994444.dkr.ecr.eu-north-1.amazonaws.com
54
# Pull the latest image
65
docker pull 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:v3
76

0 commit comments

Comments
 (0)