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 336910d commit 26b046d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +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 }} \
-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 }}' integrationninjas/nodejs-app

0 comments on commit 26b046d

Please sign in to comment.