buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 24 forks source link

Always set site type config on container startup; only rerun remotely after loading a DB #2931

Closed cgolubi1 closed 7 months ago

cgolubi1 commented 7 months ago

Site: https://2908-set-config-on-startup.cgolubi1.dev.buttonweavers.com/ui/

You can see that the site is correctly configured as a "development" type site, and the config sanity check succeeds as well:

chaos@ip-10-0-0-8:~$ sudo /usr/local/bin/test_buttonmen_config 
chaos@ip-10-0-0-8:~$ 

I tested this using a local database dev site as well, and that seemed to work.

blackshadowshade commented 7 months ago

CircleCI passes. Test site has development type set correctly. Files changed have to do with deployment.

Merging now.