Skip to content

Commit

Permalink
πŸ’š Fix deployment script #1745
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Aug 15, 2023
1 parent e73843e commit 42c4dc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/PROD-all-studios-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
id: deploy
working-directory: ./sanityv3
run: |
pnpm build
pnpm deploy
pnpm run deploy
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY }}
- uses: act10ns/slack@v2
Expand Down Expand Up @@ -160,8 +159,7 @@ jobs:
id: deploy
working-directory: ./sanityv3
run: |
pnpm build
pnpm deploy
pnpm run deploy
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_SECRET_DEPLOY }}
- uses: act10ns/slack@v2
Expand Down

0 comments on commit 42c4dc0

Please sign in to comment.