We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168016b commit 6ed2905Copy full SHA for 6ed2905
1 file changed
.github/workflows/deploy.yml
@@ -9,6 +9,8 @@ jobs:
9
migrate-and-deploy:
10
runs-on: ubuntu-latest
11
environment: Production
12
+ env:
13
+ DATABASE_URL_DIRECT: ${{ secrets.DATABASE_URL_DIRECT }}
14
15
steps:
16
- name: Checkout repository
0 commit comments