Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
remove prefect from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 21, 2024
1 parent 54dc2e3 commit 51cb5bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51cb5bd

Please sign in to comment.