Skip to content

Commit

Permalink
feat: add DB_URL to staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Nov 25, 2024
1 parent f980933 commit 200008a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_staging.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.STAGING_DB_URL }}
ANTEATER_API_KEY: ${{ secrets.ANTEATER_API_KEY }}

# Turborepo credentials.
Expand Down

0 comments on commit 200008a

Please sign in to comment.