Skip to content

Bump eslint-plugin-import from 2.26.0 to 2.28.0 (#276) #73

Bump eslint-plugin-import from 2.26.0 to 2.28.0 (#276)

Bump eslint-plugin-import from 2.26.0 to 2.28.0 (#276) #73

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