mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 12:47:48 +00:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
export ENV=prod
|
|
set -o allexport
|
|
source pypistats/secret/$ENV.env
|
|
set +o allexport
|
|
pipenv run celery -A pypistats.run.celery worker -l info
|