add env for migrate, precompile and create db on boot (#753)

This commit is contained in:
Jeff Wong 2023-11-07 18:10:32 -08:00 committed by GitHub
parent b009a3cb76
commit f02a2365b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
env:
MIGRATE_ON_BOOT: 1
PRECOMPILE_ON_BOOT: 1
CREATE_DB_ON_BOOT: 1
run:
- replace:
filename: "/etc/nginx/conf.d/discourse.conf"