diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce193ac..81f9aed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,24 +31,3 @@ jobs: - name: Building run: npm run build - - deploy: - name: Deploy to production - if: success() && github.ref == 'refs/heads/master' - needs: [code_check] - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - - name: Building - run: npm run build - - - name: Deploy to production - uses: johnbeynon/render-deploy-action@v0.0.8 - with: - service-id: ${{ secrets.SERVICE_ID }} - api-key: ${{ secrets.RENDER_API_KEY }}