Skip to content

Commit

Permalink
ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajanan02 committed Jun 11, 2024
1 parent af0f362 commit 730e579
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
run: docker run -d -p 5000:5000 --name institute-management-backend -e MONGO_URI="${{ secrets.MONGO_URI }}" institute-management-backend

0 comments on commit 730e579

Please sign in to comment.