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