diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ed8f46..52af94b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,6 @@ name: Vercel Preview Deployment env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} - DATABASE_URL: ${{ secrets.DATABASE_URL }} on: push: