Skip to content
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
10 changes: 5 additions & 5 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Deploy app
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
FLEEK_PROJECT_ID: cm2kltx8d000a11txnv1shbbb
run: pnpm --dir apps/storybook deploy:fleek

deploy-docs:
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -77,11 +77,11 @@ jobs:
- name: Deploy docs
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: cm2lvm8yh000030bm17kmomq9
FLEEK_PROJECT_ID: cm1coipco000087g1pcgohgtd
run: pnpm --dir apps/docs deploy:fleek

deploy-registry:
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -96,5 +96,5 @@ jobs:
- name: Deploy registry
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: cm2lvm8yh000030bm17kmomq9
FLEEK_PROJECT_ID: cm7a54thn000pb7tzoud0v621
run: pnpm --dir apps/registry deploy:fleek
2 changes: 1 addition & 1 deletion apps/docs/fleek.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sites": [
{
"slug": "geist-dapp-kit-docs",
"slug": "geist-ddev-kit-docs",
"distDir": "dist"
}
]
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/fleek.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sites": [
{
"slug": "geist-ddev-kit-registry",
"distDir": "public/r"
"distDir": "public/r/@geist"
}
]
}
2 changes: 1 addition & 1 deletion apps/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "tsx src/build.mts",
"test": "vitest",
"serve": "http-server public/r -p 3000",
"serve": "http-server public/r/@geist -p 3000",
"deploy:fleek": "fleek --debug sites deploy"
},
"devDependencies": {
Expand Down
Loading