Skip to content

Commit

Permalink
feat: add env to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj committed Sep 1, 2024
1 parent 1f3eff6 commit cd6f9d4
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 @@ -37,9 +37,6 @@ jobs:
run: |
docker buildx build --platform linux/amd64 \
--tag ${{ secrets.ECR_SERVER_REPO_URI }}:latest \
--build-arg PORT=5000 \
--build-arg MONGO_URI=${{ secrets.MONGO_URI }} \
--build-arg JWT_KEY=${{ secrets.JWT_KEY }} \
--file ./server/Dockerfile \
./server --push
Expand Down

0 comments on commit cd6f9d4

Please sign in to comment.