fix: usage of API_URL

This commit is contained in:
Divlo
2022-03-21 20:44:15 +01:00
parent ad903da6a4
commit 694ac58aad
11 changed files with 18 additions and 21 deletions

View File

@ -32,11 +32,6 @@ jobs:
- name: 'Build'
run: 'npm run build'
- name: 'Production migration'
run: 'npm run prisma:migrate:deploy'
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
- name: 'Release'
run: 'npm run release'
env: