update vercel.yml
This commit is contained in:
parent
b257417d70
commit
5d846f3ced
4
.github/workflows/vercel.yml
vendored
4
.github/workflows/vercel.yml
vendored
@ -2,6 +2,9 @@ name: vercel
|
|||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
API_URL: ${{env.API_URL}}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@ -23,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run bootstrap
|
- run: npm run bootstrap
|
||||||
|
- run: echo "API_URL=${{env.API_URL}}" >> .env
|
||||||
- run: npm run build-docs
|
- run: npm run build-docs
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user