Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Script to start solo receiver with dummy values.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 14, 2013
1 parent 7885d33 commit 71bb076
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test_receiver
@@ -0,0 +1,12 @@
REPO_URL="http://p.hagelb.org/shadout-mapes.bundle"
APP_ID=6981187
BUILDPACK_URL="https://github.com/bmizerany/null-null-buildpack.git"
SLUG_PUT_URL="http://httpbin.org/put"
SLUG_URL="http://p.hagelb.org/slug.tgz"
REPO_PUT_URL="http://httpbin.org/put"

export RELEASE_URI="https://httpbin.org/post"

bundle exec ruby -I:lib:../slug-compiler/lib bin/sokoban receive \
"$REPO_URL" "$(heroku auth:whoami)" "$APP_ID" "$BUILDPACK_URL" \
"$SLUG_PUT_URL" "$SLUG_URL" "$REPO_PUT_URL"

0 comments on commit 71bb076

Please sign in to comment.