Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Use dev databases instead of shared. Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Naaman Newbold committed Aug 1, 2012
1 parent ce657f5 commit a0044dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cat <<EOF
config_vars:
JAVA_OPTS: -Xmx384m -Xss512k -XX:+UseCompressedOops
addons:
shared-database:5mb
heroku-postgresql:dev
default_process_types:
web: java \$JAVA_OPTS -jar server/jetty-runner.jar --port \$PORT target/*.war
Expand Down
2 changes: 1 addition & 1 deletion test/release_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ testRelease()
config_vars:
JAVA_OPTS: -Xmx384m -Xss512k -XX:+UseCompressedOops
addons:
shared-database:5mb
heroku-postgresql:dev
default_process_types:
web: java \\$JAVA_OPTS -jar server/jetty-runner.jar --port \\$PORT target/*.war
Expand Down

0 comments on commit a0044dc

Please sign in to comment.