Added env file support

This commit is contained in:
2026-05-21 20:26:49 -05:00
parent 178987a0f1
commit a19a1f9a8e
4 changed files with 59 additions and 9 deletions

View File

@@ -24,6 +24,9 @@ jobs:
with:
app-name: ${{ vars.APP_NAME }}
branch: ${{ github.ref_name }}
env-vars: |
DATABASE_URL=${{ secrets.DATABASE_URL }}
API_KEY=${{ secrets.API_KEY }}
cleanup-preview:
if: github.event_name == 'delete' && github.event.ref_type == 'branch'