From c3789c007d031ae8d6bb8ee95480509e4cefd1f7 Mon Sep 17 00:00:00 2001 From: Fred Vuni Date: Tue, 31 Oct 2023 11:10:08 +0300 Subject: [PATCH] chore: update the deploy yaml file --- .github/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2067771..fa89fab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install Render CLI - run: | - curl -o- https://render.com/deploy | bash - export PATH=$PATH:$HOME/.render - - name: Login to Render run: render login --token ${{ secrets.RENDER_TOKEN }} env: