Skip to content

Commit fca630f

Browse files
committed
feat: deployed, add guide
1 parent daed3b9 commit fca630f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/fly-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: superfly/flyctl-actions/setup-flyctl@master
16-
- run: flyctl deploy --remote-only
16+
- run: flyctl deploy --remote-only --ha=false
1717
env:
1818
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Usage with Claude Desktop
44

5-
65
1. Press `cmd+,` in Claude Desktop to open the settings
76
2. Go to the `Developer` tab
87
3. Click edit config and open the `claude_desktop_config.json` file

0 commit comments

Comments
 (0)