symfony Adapt timezone for PHP worker on Heroku When working with custom timezones and Heroku, you have to make sure to add the timezone everywhere. I've published a post recently how to configure it for the web dyno
heroku Adapt timezones on Heroku I'm using the dynos of Heroku and the Postgres database addon from Heroku. Both are on UTC by default and Heroku is specifically advising against changing it. So make sure
heroku Custom fonts on Heroku There are a few special buildpacks to deploy custom fonts to your Heroku dyno. The most straightforward way I found isn't documented with Heroku, but can be found through a
heroku Add maintenance mode while still using Cors headers on Heroku Heroku offers a maintenance mode. With it, the dyno isn't reached and an iFrame with a maintenance HTML page is shown. But unfortunately it can't be customized any further than
heroku Copy local files to Cloudcube (Heroku) with aws cli When migrating from an existing setup with files to an external storage like Cloudcube (which is based on S3), you already will have files in your system. Unfortunately the Cloudcube