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 1eba3b3 commit 336910d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ jobs:
fi
- name: Run Docker Container
run: docker run -d -p 5000:5000 --name institute-management-backend -e MONGO_URI=${{ secrets.MONGO_URI }} -e NODE_ENV=production ${{ secrets.DOCKER_USERNAME }}/institute-management-backend:latest
run: |
docker run -d -p 5000:5000 --name institute-management-backend \
-e MONGO_URI=${{ secrets.MONGO_URI }} \
-e NODE_ENV=production \
${{ secrets.DOCKER_USERNAME }}/institute-management-backend:latest

0 comments on commit 336910d

Please sign in to comment.