mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-27 18:32:55 +03:00
fix(vercel): env dev
This commit is contained in:
parent
40eae5adf3
commit
6e1b961b9e
3
.github/workflows/vercel-preview.yml
vendored
3
.github/workflows/vercel-preview.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
Deploy-Preview:
|
||||
environment: production
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./frontend
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Vercel CLI
|
||||
|
3
.github/workflows/vercel.yml
vendored
3
.github/workflows/vercel.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
Deploy-Production:
|
||||
environment: production
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./frontend
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Vercel CLI
|
||||
|
Loading…
Reference in New Issue
Block a user