Skip to content

fix: fixes Timonwa-Akintokun.json (#277) #178

fix: fixes Timonwa-Akintokun.json (#277)

fix: fixes Timonwa-Akintokun.json (#277) #178

Workflow file for this run

name: 'Deploy'
on:
push:
branches:
- main
jobs:
vercel:
runs-on: ubuntu-latest
name: 'Vercel Deployment'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
registry-url: https://registry.npmjs.org/
- name: 'Deploy to Vercel'
run: npx vercel --token ${VERCEL_TOKEN} --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}