From 0bcce1d6397d00c09d4861d2d802b5e5367ff5f6 Mon Sep 17 00:00:00 2001 From: Daniel Simon Date: Fri, 12 Apr 2024 21:12:18 +0700 Subject: [PATCH] ci: print generated .env.local --- .github/workflows/testnet-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testnet-deployment.yml b/.github/workflows/testnet-deployment.yml index 7a7e9b758..42bc0d009 100644 --- a/.github/workflows/testnet-deployment.yml +++ b/.github/workflows/testnet-deployment.yml @@ -107,6 +107,7 @@ jobs: echo 'NEXT_PUBLIC_CHAIN_CONTRACT_MULTICALL=0xffB2BAa708261533b51D18394fd8AFd0E32aBC55|488' >> $APP_ENV_FILE pnpm tsx utils/deployment-artifacts-to-app-env.ts $DEPLOYMENT_CONTEXT_FILE $APP_ENV_FILE --append + cat $APP_ENV_FILE - name: Pull Vercel Environment Information run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}