Skip to content

Commit 1d6f168

Browse files
committed
Added ECR EC2 Deployment
1 parent 6cc0331 commit 1d6f168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
docker pull 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest
9191
docker stop text-classification || true
9292
docker rm text-classification || true
93-
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:v1
93+
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)