manage.get.gov/src/run.sh
Logan McDonald 6a54bf1ff4
Create new stable environment (#367)
update documentation for environments and setup new stable environment
2023-01-17 13:54:30 -08:00

9 lines
263 B
Bash
Executable file

#/bin/bash
set -o errexit
set -o pipefail
# Make sure that django's `collectstatic` has been run locally before pushing up to any environment,
# so that the styles and static assets to show up correctly on any environment.
gunicorn registrar.config.wsgi -t 60