Generate app key [skip ci]

This commit is contained in:
James Cole 2017-04-27 03:06:39 +02:00
parent 44b7a42d5a
commit 83090ade94
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -41,5 +41,8 @@
{
"plan": "heroku-postgresql"
}
]
],
"scripts": {
"postdeploy": "export APP_KEY=$(php artisan --no-ansi key:generate --show)"
}
}