From 5bf422a48deff546c136c8abfa729d6a57d6ff63 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 3 Dec 2020 14:26:05 +0500 Subject: [PATCH] ci: make deploy faster --- apps/web/.github/workflows/deploy.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/web/.github/workflows/deploy.yml b/apps/web/.github/workflows/deploy.yml index 7f024d579..86771d737 100644 --- a/apps/web/.github/workflows/deploy.yml +++ b/apps/web/.github/workflows/deploy.yml @@ -9,20 +9,12 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest - env: - GH_DEPLOY_KEY: ${{ secrets.GH_DEPLOY_KEY }} steps: - name: Checkout 🛎️ uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false - - name: Use Node.js 12.x - uses: actions/setup-node@v1 - with: - node-version: 12.x - - run: npm install - - name: Build and Deploy 🚀 uses: amondnet/vercel-action@v20.0.0 with: