Skip to content

Commit

Permalink
chore: passing database url as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arakakimath committed Feb 25, 2025
1 parent e991804 commit 6ed0253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Deploy to App Runner
id: deploy-app-runner
uses: awslabs/amazon-app-runner-deploy@main
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
with:
service: arakakimath-api
image: ${{ steps.build-docker-image.outputs.image }}
Expand Down

0 comments on commit 6ed0253

Please sign in to comment.