* Optimization:Move Initilization CacheBust to Background Worker * lower cache bust to 5 min and then bust shell version last * moving back to 10 min after looking at recent deploy data
2 lines
170 B
Ruby
2 lines
170 B
Ruby
# We will set RELEASE_FOOTPRINT in our Forem Cloud environment, or use HEROKU_SLUG_COMMIT if set (e.g. Heroku env)
|
|
ENV["RELEASE_FOOTPRINT"] ||= ENV["HEROKU_SLUG_COMMIT"]
|