Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gh-pages deploy in favor of netlify #4128

Merged
merged 3 commits into from
Sep 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
docker:
- image: andthensome/docker-node-rsync
environment:
BASH_ENV: ~/.bashrc
BASH_ENV: ~/.bashrc
steps:
- checkout
- attach_workspace:
Expand All @@ -267,30 +267,14 @@ jobs:
docker:
- image: andthensome/docker-node-rsync
environment:
BASH_ENV: ~/.bashrc
BASH_ENV: ~/.bashrc
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Test CLI with latest CR(N)A
command: yarn test-latest-cra
deploy:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: .
- add_ssh_keys:
fingerprints:
- "35:aa:b9:c3:b8:1c:27:1f:02:0a:73:1a:ac:58:77:df"
- run:
name: Deploy
command: |
cd docs
git config --global user.email "gh-pages@localhost"
git config --global user.name "npm gh-pages"
yarn deploy:ci
workflows:
version: 2
build_test_deploy:
Expand Down Expand Up @@ -322,11 +306,3 @@ workflows:
- cli-latest-cra:
requires:
- build
- deploy:
requires:
- docs
filters:
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
branches:
ignore: /.*/