remove post deploy

This commit is contained in:
Leifer Mendez
2022-01-16 21:01:19 +01:00
parent 8a988dab67
commit 982df6184e
2 changed files with 1 additions and 4 deletions

View File

@@ -12,9 +12,6 @@
], ],
"addons": [ "addons": [
], ],
"scripts": {
"postdeploy": "php artisan migrate --force && php artisan db:seed --force"
},
"buildpacks": [ "buildpacks": [
{ {
"url": "https://github.com/heroku/heroku-buildpack-google-chrome" "url": "https://github.com/heroku/heroku-buildpack-google-chrome"

View File

@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node app.js", "start": "node ./app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],