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

Delete Firebase hosting workflow from build yaml #57

Merged
merged 3 commits into from
Oct 2, 2021
Merged
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
6 changes: 0 additions & 6 deletions .github/workflows/prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ jobs:
working-directory: ./packages/lib
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_RE_GEO }}"
channelId: live
projectId: re-geo
5 changes: 0 additions & 5 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,3 @@ jobs:
run: yarn run lp build
- name: typecheck
run: yarn run typecheck
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_RE_GEO }}"
projectId: re-geo
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# re-geo

Developing for v1.0.0.
React based geo-cities component.

```sh
npm install re-geo

# or

yarn add re-geo
```

## Misc

This library is inspired by [geo-bootstrap](https://github.com/divshot/geo-bootstrap). Special thanks.
33 changes: 33 additions & 0 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# re-geo

React based geo-cities component.

```sh
npm install re-geo

# or

yarn add re-geo
```

## Develop

This is monorepo of library and landing page.
I use yarn workspace for monorepo engine.

```sh
yarn install

yarn lib storybook
```

### Requirement for developper

NodeJS v14~.

Because Gatsby needs the version.
Gatsby is used for LP.

## Misc

This library is inspired by [geo-bootstrap](https://github.com/divshot/geo-bootstrap). Special thanks.