Skip to content

Commit b542a10

Browse files
committed
An extra space was my mistake in cicd line 95
1 parent d887357 commit b542a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ jobs:
9090
aws ecr get-login-password --region eu-north-1 | docker login --username AWS --password-stdin 843369994444.dkr.ecr.eu-north-1.amazonaws.com
9191
9292
docker pull 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest
93+
# docker stop text-classification || true
94+
# docker rm text-classification || true
9395
sudo docker run -d -p 80:5000 -e DAGSHUB_PAT= ${{ secrets.DAGSHUB_PAT }} --name text-classification 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest

0 commit comments

Comments
 (0)