Skip to content

Commit

Permalink
update repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj committed Aug 31, 2024
1 parent 4fdaa5f commit fac7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:

docker stop server-app || true
docker rm server-app || true
docker run -d --name server-app -p 4000:4000 ${{ secrets.ECR_SERVER_REPO_URI }}:latest
docker run -d --name server-app -p 5000:5000 ${{ secrets.ECR_SERVER_REPO_URI }}:latest
EOF

0 comments on commit fac7031

Please sign in to comment.