From 51cb5bd2eae3f7830d27aa82b7c7892e319f8f60 Mon Sep 17 00:00:00 2001 From: harisang Date: Tue, 22 Oct 2024 00:31:25 +0300 Subject: [PATCH] remove prefect from deploy --- .github/workflows/deploy.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7906398b..43ea7449 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -39,11 +39,3 @@ jobs: - run: | python -m pip install --upgrade pip - pip install -r requirements/prefect.txt - - - env: - PREFECT_API_URL: ${{ secrets.PREFECT_API_URL }} - run: | - prefect config set PREFECT_API_URL=$PREFECT_API_URL - - - run: python src/deploy_prefect/deployment.py