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