Added env file support
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user