From 6c712afd82f2331a6f5fc552d3042b01760adff4 Mon Sep 17 00:00:00 2001 From: Ghislain Gabrielse Date: Tue, 11 Jun 2024 11:57:42 +0200 Subject: [PATCH] Also deploy dev-wallet --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/vercel.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index d205b5252e3..9d358bb9cb3 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -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 diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index 8d66d706db3..64ae3698e55 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -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: