Skip to content

Commit

Permalink
ci: deploy-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed May 11, 2023
1 parent 6cd1ad9 commit e1c7a82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
with:
args: . deploy
- name: deploy-graphql
uses: sanity-io/[email protected]
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}
with:
args: . graphql deploy --playground --dataset production
run: |
SANITY_AUTH_TOKEN="${{ secrets.SANITY_AUTH_TOKEN }}" \
yarn deploy-graphql:production

0 comments on commit e1c7a82

Please sign in to comment.