[~] Refactor
This commit is contained in:
parent
dc83fd5772
commit
017482857d
@ -23,6 +23,15 @@ celery-stop:
|
|||||||
celery-cmd:
|
celery-cmd:
|
||||||
$(MAKE) c ARGS="exec celery celery -A python.tasks.tiktok.celery ${ARGS}"
|
$(MAKE) c ARGS="exec celery celery -A python.tasks.tiktok.celery ${ARGS}"
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
cd ${PROJECT_ROOT} && tar -cvf ${PROJECT_ROOT}/tmp/cache/tiktok/repo.tar \
|
||||||
|
docker/tiktok \
|
||||||
|
python/tasks/tiktok \
|
||||||
|
tmp/cache/tiktok/notebooks/tiktok.ipynb \
|
||||||
|
tmp/cache/tiktok/notebooks/*.pdf \
|
||||||
|
.dockerignore \
|
||||||
|
.gitignore
|
||||||
|
|
||||||
logs:
|
logs:
|
||||||
$(MAKE) c ARGS="logs --tail=100 -f"
|
$(MAKE) c ARGS="logs --tail=100 -f"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user