Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Removed Demo Application
Browse files Browse the repository at this point in the history
Just run it locally.
  • Loading branch information
0xcaff committed Dec 19, 2018
1 parent bfe283c commit 1bec528
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,37 +69,6 @@ jobs:
FOLDER_NAME=$([ -z "$CIRCLE_TAG" ] && echo "$CIRCLE_BRANCH" || echo "$CIRCLE_TAG")
aws s3 cp ./forte-web.tar.gz "s3://forte-web-artifacts/${FOLDER_NAME}/forte-web.tar.gz"
deploy_surge:
docker:
- image: node:9.3.0

steps:
- checkout

- restore_cache:
keys:
- dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- dependencies-

- run:
name: Install Deps
command: yarn install

- run:
name: Build
environment:
REACT_APP_MOCK_RESOLVER: true
command: yarn build

- run:
name: Copy Index File
command: cp build/index.html build/200.html

- run:
name: Deploy to Surge
command: yarn surge --project ./build --domain forte.surge.sh

workflows:
version: 2
test:
Expand Down

0 comments on commit 1bec528

Please sign in to comment.