Generate app key [skip ci]

This commit is contained in:
James Cole
2017-04-27 03:06:39 +02:00
parent 44b7a42d5a
commit 83090ade94

View File

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