diff options
| -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 |
