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
4 changes: 4 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Build
run: npm run build

- name: Add CNAME for custom domain
run: echo "bitcoinapps.info" > dist/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand All @@ -39,6 +42,7 @@ jobs:
publish_dir: ./dist
# Preserve PR preview directories so they aren't wiped on main deploy
keep_dirs: pr-preview
cname: bitcoinapps.info
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
commit_message: "deploy: ${{ github.sha }}"
23 changes: 5 additions & 18 deletions src/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ai"
],
"title": "Alby Bitcoin Builder Skill",
"description": "Generate Lightning-powered apps, payment flows, and wallet logic in minutes \u2014 ready to test and ship.",
"description": "Generate Lightning-powered apps, payment flows, and wallet logic in minutes ready to test and ship.",
"url": "https://github.com/getAlby/alby-agent-skill?tab=readme-ov-file&utm_source=getalby",
"platforms": [
"desktop"
Expand All @@ -34,7 +34,7 @@
"ai"
],
"title": "Alby Bitcoin Wallet Skill",
"description": "Give your agent its own wallet \u2014 and let it operate independently. Perfect for autonomous agents like OpenClaw.",
"description": "Give your agent its own wallet and let it operate independently. Perfect for autonomous agents like OpenClaw.",
"url": "https://github.com/getAlby/alby-cli-skill?tab=readme-ov-file&utm_source=getalby",
"platforms": [
"desktop"
Expand Down Expand Up @@ -82,7 +82,7 @@
"ai"
],
"title": "PayPerQ",
"description": "GPT4, DALL\u00b7E, and more AI chatbots using pay-per-usage model",
"description": "GPT4, DALL·E, and more AI chatbots using pay-per-usage model",
"url": "https://ppq.ai/invite/6366bd9e?utm_source=getalby",
"platforms": [
"web"
Expand Down Expand Up @@ -508,7 +508,7 @@
"rewards"
],
"title": "sMiles",
"description": "Earn sats by playing games, watching ads, and even\u2026 walking",
"description": "Earn sats by playing games, watching ads, and even walking",
"url": "https://www.smilesbitcoin.com/?ref=getalby.com&utm_source=getalby",
"platforms": [
"web",
Expand Down Expand Up @@ -1287,19 +1287,6 @@
"nwc"
]
},
{
"categories": [
"gaming"
],
"title": "Satoshi's Place",
"description": "Collaborative artboard powered by Lightning",
"url": "https://satoshis.place/?utm_source=getalby",
"image": "pages/discover/satoshi-s-place.png",
"platforms": [
"web"
],
"github": "https://github.com/LightningK0ala/satoshis.place"
},
{
"categories": [
"gaming"
Expand Down Expand Up @@ -1667,7 +1654,7 @@
"privacy"
],
"title": "Obscura",
"description": "Privacy-first VPN that can\u2019t log your activity",
"description": "Privacy-first VPN that can’t log your activity",
"url": "https://obscura.net/?ref=getalby&utm_source=getalby",
"platforms": [
"web"
Expand Down
Loading