Skip to content

Commit

Permalink
Merge pull request #7 from arakakimath/integration-layer
Browse files Browse the repository at this point in the history
chore: passing database url as environment variable
  • Loading branch information
arakakimath authored Feb 25, 2025
2 parents c8780fe + 6ed0253 commit 97ac933
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 97ac933

Please sign in to comment.