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 fe4b737
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy_sanity_studio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Sanity
on:
push:
branches: [master, dev]
jobs:
sanity-deploy:
runs-on: ubuntu-latest
name: Deploy Sanity
steps:
- uses: actions/checkout@v2
- name: asdf
run: |
ls
cd studio
- uses: sanity-io/github-action-sanity@v0.7-alpha
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
with:
args: deploy

0 comments on commit fe4b737

Please sign in to comment.