Skip to content

Bump eslint from 8.28.0 to 8.46.0 (#275) #77

Bump eslint from 8.28.0 to 8.46.0 (#275)

Bump eslint from 8.28.0 to 8.46.0 (#275) #77

name: Build and deploy prod
on:
push:
branches:
- 'master'
jobs:
sanity-deploy:
runs-on: ubuntu-20.04
name: Deploy Sanity
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
yarn
- name: Deploy
run: |
SANITY_AUTH_TOKEN="${{ secrets.SANITY_DEPLOY_TOKEN }}" \
npx sanity deploy