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

Remove prefect from repo #126

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/prefect.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,3 @@ build-image:
run-image:
echo "using ${PWD}/data"
docker run -v ${PWD}/data:/app/data --env-file .env local_dune_sync

prefect:
@if [ -z "$(VIRTUAL_ENV)" ]; then \
echo "Error: Not in a virtual environment. Please activate a virtual environment before running this command."; \
exit 1; \
else \
pip install -r requirements/prefect.txt; \
prefect server start; \
fi

deployment:
@if [ -z "$(VIRTUAL_ENV)" ]; then \
echo "Error: Not in a virtual environment. Please activate a virtual environment before running this command."; \
exit 1; \
else \
pip install -r requirements/prefect.txt; \
pip install -r requirements/prod.txt; \
python -m src.deploy_prefect.local_deploy; \
fi
5 changes: 0 additions & 5 deletions requirements/prefect.txt

This file was deleted.

Empty file removed src/deploy_prefect/__init__.py
Empty file.
166 changes: 0 additions & 166 deletions src/deploy_prefect/deployment.py

This file was deleted.

40 changes: 0 additions & 40 deletions src/deploy_prefect/local_deploy.py

This file was deleted.

Loading