Skip to content

Commit

Permalink
Rename mongo url
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 27, 2023
1 parent 59eb99f commit 7038554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeforafrica-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v3
with:
build-args: |
MONGO_URL=${{ secrets.CODEFORAFRICA_MONGO_URL }}
MONGODB_URL=${{ secrets.CODEFORAFRICA_MONGO_URL }}
NEXT_PUBLIC_APP_URL=${{ env.NEXT_PUBLIC_APP_URL }}
PAYLOAD_SECRET=${{ secrets.CODEFORAFRICA_PAYLOAD_SECRET_KEY }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 7038554

Please sign in to comment.