Skip to content

Commit

Permalink
feat(deploy): add db URL to prod CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhxNguyen7 committed Dec 6, 2024
1 parent 818b168 commit 8b87112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
VITE_TILES_ENDPOINT: ${{ secrets.VITE_TILES_ENDPOINT}}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
DB_URL: ${{ secrets.PROD_DB_URL }}
ANTEATER_API_KEY: ${{ secrets.ANTEATER_API_KEY }}

# Turborepo credentials.
Expand Down

0 comments on commit 8b87112

Please sign in to comment.