Skip to content

Commit

Permalink
Add audit log env to prod stage
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Oct 9, 2024
1 parent 595eb73 commit b482a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-staging-and-deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
- name: Change directory to backend and install dependencies
env:
DB_CONNECTION_URI: ${{ secrets.DB_CONNECTION_URI }}
AUDIT_LOGS_DB_CONNECTION_URI: ${{ secrets.AUDIT_LOGS_DB_CONNECTION_URI }}
run: |
cd backend
npm install
Expand Down

0 comments on commit b482a9c

Please sign in to comment.