Revert "Updated build stuff"

This reverts commit cf263150df.
This commit is contained in:
Graham Campbell
2015-01-03 23:11:20 +00:00
parent bdd8306a4f
commit d00e413656
8 changed files with 14 additions and 19 deletions

View File

@@ -19,6 +19,6 @@
"BUILDPACK_URL": { "value": "https://github.com/Scalingo/appsdeck-buildpack-php", "description": "Do not modify this value to work on Heroku" }
},
"scripts": {
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate;"
"postdeploy": "php artisan migrate --env=heroku; php artisan key:generate"
}
}