Skip to content

Commit

Permalink
Added ECR EC2 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
2003HARSH committed Nov 10, 2024
1 parent 6cc0331 commit 1d6f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
docker pull 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest
docker stop text-classification || true
docker rm text-classification || true
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
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 comments on commit 1d6f168

Please sign in to comment.