Skip to content

Commit

Permalink
Also deploy dev-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Jun 11, 2024
1 parent 6330f1a commit 6c712af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Enable Error Handling
set +e
npx turbo-ignore @kadena/${{ inputs.app }} -f ${{ github.base_ref }}
npx turbo-ignore @kadena/${{ inputs.app }} -f origin/main
exit_code=$?
# Disable Error Handling
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
projectToken: VERCEL_DOCS_ID
- app: 'Tools'
projectToken: VERCEL_TOOLS_ID
- app: 'dev-wallet'
projectToken: VERCEL_DEV_WALLET_ID
name: Preview Deployment
uses: ./.github/workflows/deploy-preview.yml
with:
Expand Down

0 comments on commit 6c712af

Please sign in to comment.