Skip to content

Commit

Permalink
Delete Firebase hosting workflow from build yaml (#57)
Browse files Browse the repository at this point in the history
* deploy via master

* update readme

* update readme
  • Loading branch information
sadnessOjisan authored Oct 2, 2021
1 parent 6be052e commit cbea773
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 12 deletions.
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.

0 comments on commit cbea773

Please sign in to comment.