mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-09 20:57:43 +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
|