Skip to content

Commit

Permalink
add studio CI
Browse files Browse the repository at this point in the history
  • Loading branch information
p5quared committed Aug 24, 2024
1 parent f41528f commit 7808ed8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy_sanity_studio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy Sanity
on:
push:
branches: [master, dev]
jobs:
sanity-deploy:
runs-on: ubuntu-latest
name: Deploy Sanity
steps:
- uses: actions/checkout@v2
- uses: sanity-io/[email protected]
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
with:
args: deploy

0 comments on commit 7808ed8

Please sign in to comment.