Skip to content

Commit

Permalink
chore(Deployment): Application deployment
Browse files Browse the repository at this point in the history
- Setup heroku pipeline
- add app.json file for review app deployment

[Finishes #160794868]
  • Loading branch information
Jacob Nouwatin authored and Jacob Nouwatin committed Oct 1, 2018
1 parent be5b33b commit 92b18b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "taps-client",
"scripts": {},
"env": {},
"formation": {},
"addons": [],
"buildpacks": []
}

2 changes: 1 addition & 1 deletion client/src/config/host.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const host = window.location.hostname === 'localhost' ?
'http://localhost:8000/v1' : 'https://andela-teams-core.herokuapp.com/v1/';
'http://localhost:8000/v1' : 'https://ghoulies-taps-server.herokuapp.com/v1/';

export default host;

0 comments on commit 92b18b2

Please sign in to comment.