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