diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-22 13:37:09 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-22 13:37:09 -0700 |
| commit | ec7a4537c4559613e65e79ab780041c9666817b9 (patch) | |
| tree | 24901e40807d12df39f1259144f4a9f06127723b | |
| parent | f0cd650dbaae9cae6f3a532690c6984b02e4663f (diff) | |
switch host.
| -rw-r--r-- | SOLUTION.md | 2 | ||||
| -rwxr-xr-x | bin/acceptance.sh | 2 | ||||
| -rwxr-xr-x | bin/logs.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/SOLUTION.md b/SOLUTION.md index ca5be91..21f2934 100644 --- a/SOLUTION.md +++ b/SOLUTION.md @@ -1,6 +1,6 @@ ### Solution -This solution is hosted on heroku at: [http://fast-crag-4288.herokuapp.com](http://fast-crag-4288.herokuapp.com) +This solution is hosted on heroku at: [http://damp-scrubland-3368.herokuapp.com](http://damp-scrubland-3368.herokuapp.com) #### Endpoints diff --git a/bin/acceptance.sh b/bin/acceptance.sh index c96c447..4644deb 100755 --- a/bin/acceptance.sh +++ b/bin/acceptance.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -TARGET_HOST=http://fast-crag-4288.herokuapp.com +TARGET_HOST=http://damp-scrubland-3368.herokuapp.com COMPANY_ABC=680fc2c1-9557-49fd-b05f-0f700a67ca0c COMPANY_XYZ=04e6b076-41ca-4849-8a94-14e4e505ffe8 diff --git a/bin/logs.sh b/bin/logs.sh index d088ddf..89aa147 100755 --- a/bin/logs.sh +++ b/bin/logs.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -heroku logs --tail --app fast-crag-4288 +heroku logs --tail --app damp-scrubland-3368 |
