Skip to content

Commit

Permalink
post deploy sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Apr 1, 2024
1 parent 3904e9d commit f4b817f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@
"name": "Start on Heroku: Go",
"description": "Go Getting Started Example App",
"scripts": {
"postdeploy": {
"command": "echo 'hello'",
"size": "standard-2x"
}
"postdeploy": "bin/postdeploy.sh"
},
"keywords": [
"getting-started",
"go",
"sample",
"example"
],
"formation": {
"web": {
"quantity": 1,
"size": "standard-1x"
}
},
"website": "http://github.com/heroku/go-getting-started",
"repository": "http://github.com/heroku/go-getting-started"
}

0 comments on commit f4b817f

Please sign in to comment.