mirror of https://github.com/zulip/zulip.git
provision_inner: Add a reminder to check for production needs.
This script is not run in production. Help developers remind that.
This commit is contained in:
parent
2ec8273c6e
commit
a6fbf570cd
|
@ -1,4 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
############################## NOTE ################################
|
||||
# This script is used to provision a development environment ONLY.
|
||||
# Use update-prod-static to generate static assets for production.
|
||||
####################################################################
|
||||
|
||||
import argparse
|
||||
import glob
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue