diff --git a/.travis.yml b/.travis.yml index c0ab5af..41e954b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,5 @@ before_deploy: deploy: - provider: script on: - branch: release + branch: gh-pages script: ./scripts/deploy-to-aws-ecs.sh diff --git a/README.md b/README.md index cbb2f48..0553b32 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Cattaz is a realtime collaborative tool which can run custom applications in a W ## Features * Wiki using Markdown with realtime preview and operational transformation - * Try it in [sandbox page](http://cattaz.io/build/#/page/sandbox) + * Try it in [sandbox page](http://demo.cattaz.io/#/page/sandbox) * Custom applications run in preview pane - * For instance, you can drag-and-drop task cards in [Kanban](http://cattaz.io/build/#/doc/app-kanban) - * To create your own, see [documentation on Hello World](http://cattaz.io/build/#/doc/app-hello) and [browse more in documentation](http://cattaz.io/build/#/doc/index) + * For instance, you can drag-and-drop task cards in [Kanban](http://demo.cattaz.io/#/doc/app-kanban) + * To create your own, see [documentation on Hello World](http://demo.cattaz.io/#/doc/app-hello) and [browse more in documentation](http://demo.cattaz.io/#/doc/index) ## Usage @@ -56,5 +56,5 @@ Now you can visit `http://localhost:8080/` to view the application. ## Links * [Project site](http://cattaz.io/) -* [Demo site](http://cattaz.io/build/) -* [Documentation](http://cattaz.io/build/#/doc/index) +* [Demo site](http://demo.cattaz.io/) +* [Documentation](http://demo.cattaz.io/#/doc/index) diff --git a/aws-ecs.yaml b/aws-ecs.yaml index 32d3341..6e882dc 100644 --- a/aws-ecs.yaml +++ b/aws-ecs.yaml @@ -180,7 +180,7 @@ Resources: Properties: ContainerDefinitions: - Image: !Ref EcsRepository - Command: [yarn, run, landingpage] + Command: [yarn, run, server] Memory: 256 Name: cattaz-container PortMappings: diff --git a/index-ja.html b/index-ja.html index 97c593c..8576a5d 100644 --- a/index-ja.html +++ b/index-ja.html @@ -48,7 +48,7 @@
© 2017 Fujitsu Laboratories LTD. · GitHub - · Document - · Demo + · Document + · Demo