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

Bloop 2 #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
29 changes: 3 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
version: 2
jobs:
deploy-website:
docker:
# specify the version you desire here
- image: circleci/node:12.13.1
steps:
- checkout
- run:
name: Deploying to GitHub Pages
command: |
git config --global user.email "[email protected]"
git config --global user.name "CircleCI on behalf of Anthony Frehner"
echo "machine github.com login frehner password $GITHUB_TOKEN" > ~/.netrc
cd website
yarn install --frozen-lockfile
GIT_USER=frehner yarn deploy
build-website:
docker:
# specify the version you desire here
Expand All @@ -27,23 +12,15 @@ jobs:
cd website
yarn install --frozen-lockfile
yarn build
- run:
name: Ping FeaturePeek
command: bash <(curl -s https://peek.run/ci)
workflows:
version: 2
build_and_deploy:
jobs:
- deploy-website:
filters:
branches:
only: master
build:
jobs:
- build-website:
filters:
branches:
ignore:
- gh-pages
- deploy-website:
filters:
branches:
only:
- master
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
website/node_modules
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ Want to help improve the `single-spa.js.org` website? Checkout the steps below t
1. Go to the [single-spa.js.org repo](https://github.com/single-spa/single-spa.js.org) and you should see recently pushed branches.
1. Follow GitHub's instructions.
1. If possible, include screenshots of visual changes.


bloop
5 changes: 5 additions & 0 deletions peek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2
main:
type: static
path: website/build
spa: false