From fe4b737f8b4f2bf4463fbf19b2f49a35ded89977 Mon Sep 17 00:00:00 2001 From: Peter Vaiciulis <98245483+p5quared@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:43:13 -0700 Subject: [PATCH] add studio CI --- .github/workflows/deploy_sanity_studio.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/deploy_sanity_studio.yml diff --git a/.github/workflows/deploy_sanity_studio.yml b/.github/workflows/deploy_sanity_studio.yml new file mode 100644 index 0000000..fe06a59 --- /dev/null +++ b/.github/workflows/deploy_sanity_studio.yml @@ -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