We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daed3b9 commit fca630fCopy full SHA for fca630f
.github/workflows/fly-deploy.yml
@@ -13,6 +13,6 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- uses: superfly/flyctl-actions/setup-flyctl@master
16
- - run: flyctl deploy --remote-only
+ - run: flyctl deploy --remote-only --ha=false
17
env:
18
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
README.md
@@ -2,7 +2,6 @@
2
3
## Usage with Claude Desktop
4
5
-
6
1. Press `cmd+,` in Claude Desktop to open the settings
7
2. Go to the `Developer` tab
8
3. Click edit config and open the `claude_desktop_config.json` file
0 commit comments