Remove support for Heroku

This commit is contained in:
James Cole
2023-06-27 17:15:53 +02:00
parent 93a544fe53
commit 3ee5e9aa04
8 changed files with 4 additions and 431 deletions

View File

@@ -143,9 +143,6 @@
}
},
"scripts": {
"pre-install-cmd": [
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales');}\""
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],