Skip to content

Commit

Permalink
Merge pull request #61 from flotiq/feature/25306-cli-import-export-co…
Browse files Browse the repository at this point in the history
…nsistency-readme-and-ci-cd-update

#25306 cli import export consistency readme update
  • Loading branch information
CiotkaCierpienia authored Sep 5, 2024
2 parents e841754 + 5e3d519 commit 4c080c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g flotiq-cli
- run: flotiq import . ${{ secrets.FLOTIQ_API_KEY }}
- run: flotiq import .flotiq ${{ secrets.FLOTIQ_API_KEY }}
- run: yarn install
- run: yarn build
env:
Expand All @@ -41,4 +41,4 @@ jobs:
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g flotiq-cli
- run: flotiq import . ${{ secrets.FLOTIQ_API_KEY }}
- run: flotiq import .flotiq ${{ secrets.FLOTIQ_API_KEY }}
- run: yarn install
- run: yarn build
env:
FLOTIQ_API_KEY: ${{ secrets.FLOTIQ_API_KEY }}
FLOTIQ_API_URL: ${{ secrets.FLOTIQ_API_URL }}
FLOTIQ_API_URL: ${{ secrets.FLOTIQ_API_URL }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Check out live demo: [https://flotiq-nextjs-recipe-2.netlify.app](https://flotiq
```bash
npm i -g flotiq-cli
cd flotiq-nextjs-recipe-2
flotiq import . [flotiqApiKey]
flotiq import .flotiq [flotiqApiKey]
```
_Note: You need to put your Read and write API key as the `flotiqApiKey` for import to work, You don't need any content types in your account._

Expand Down

0 comments on commit 4c080c8

Please sign in to comment.