mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 04:29:16 +00:00
remove post deploy
This commit is contained in:
3
app.json
3
app.json
@@ -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"
|
||||||
|
|||||||
@@ -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": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user