Skip to content

Commit

Permalink
set stack, region in app.json
Browse files Browse the repository at this point in the history
- stack must be cedar for this to work (see #42).
- region is almost always going to be in the US, at least for now.
  • Loading branch information
techieshark committed Oct 31, 2014
1 parent 790ed21 commit 7cb5203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"govtech",
"tool"
],
"region": "us",
"stack": "cedar",
"scripts": {
"postdeploy": "bundle exec rake app:deploy"
},
Expand Down

1 comment on commit 7cb5203

@techieshark
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case anyone finds this later, note that this actually didn't work; I just wanted to point that out, otherwise I'd have cleaned up the commits.

Please sign in to comment.