Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajanan02 committed Jun 11, 2024
1 parent 2743b77 commit af0f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
fi
- name: Run Docker Container
run: docker run -d -p 5000:5000 --name institute-management-backend -e MONGO_URI='${{ secrets.MONGO_URI }}' institute-management-backend:latest
run: docker run -d -p 5000:5000 --name institute-management-backend -e MONGO_URI='${{ secrets.MONGO_URI }}' institute-management-backend

0 comments on commit af0f362

Please sign in to comment.