Skip to content

Commit

Permalink
provision_inner: Add a reminder to check for production needs.
Browse files Browse the repository at this point in the history
This script is not run in production. Help developers remind
that.
  • Loading branch information
amanagr authored and timabbott committed Oct 4, 2023
1 parent 2ec8273 commit a6fbf57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/lib/provision_inner.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a6fbf57

Please sign in to comment.