fix(vercel): env dev

This commit is contained in:
Stan Girard 2023-06-29 10:32:43 +02:00
parent 6e1b961b9e
commit 108ab1636b
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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