Skip to content

Commit

Permalink
revert: build env
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj committed Sep 1, 2024
1 parent cd6f9d4 commit f1407cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ jobs:
docker stop server-app || true
docker rm server-app || true
docker run -d --name server-app -p 5000:5000 \
-e PORT=5000 \
-e MONGO_URI=${{ secrets.MONGO_URI }} \
-e JWT_KEY=${{ secrets.JWT_KEY }} \
${{ secrets.ECR_SERVER_REPO_URI }}:latest
EOF

0 comments on commit f1407cd

Please sign in to comment.