Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkRaiza committed Jan 10, 2019
1 parent 15655ff commit c3add28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions bin/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const bst = require('bespoken-tools');

const server = new bst.LambdaServer('lib/index.js', 3000, true);
server.start(function() {
console.log("Server running on port 3000");
});
server.start();
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps: &default-steps
--env AWS_DEFAULT_REGION=$AWS_REGION \
--image bespoken/streamer:$CIRCLE_TAG \
--memory 2048 \
--hostname "streamer.bespoken.tools" \
--hostname "streamer.bespoken.io" \
--name streamer
version: 2.0
Expand Down

0 comments on commit c3add28

Please sign in to comment.