Skip to content

remove axios and replace it with fetch #18

remove axios and replace it with fetch

remove axios and replace it with fetch #18

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to production
uses: amondnet/vercel-action@v19
id: vercel-action-production
if: github.event_name == 'push'
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-org-id: ${{ secrets.ORG_ID }}
vercel-project-id: ${{ secrets.PROJECT_ID }}
vercel-args: '--prod'