Skip to content

fix(api/file): add MIME type for getter #9

fix(api/file): add MIME type for getter

fix(api/file): add MIME type for getter #9

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
vercel-deploy:
name: Deploy to Vercel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: "--prod"
github-comment: false