mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +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:
|
||||
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,9 +12,6 @@ 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